From 368b9332c0d649c78f1fcb1b16a76d9a21bb410f Mon Sep 17 00:00:00 2001 From: rongxin Date: Thu, 12 Dec 2024 17:53:10 +0800 Subject: [PATCH] fix: openssl.conf file nameing error --- VERSION | 2 +- conf/openssl3/{openssl3.conf => openssl.cnf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/openssl3/{openssl3.conf => openssl.cnf} (100%) diff --git a/VERSION b/VERSION index 314c3d717..ab679818c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5 \ No newline at end of file +1.1.6 \ No newline at end of file diff --git a/conf/openssl3/openssl3.conf b/conf/openssl3/openssl.cnf similarity index 100% rename from conf/openssl3/openssl3.conf rename to conf/openssl3/openssl.cnf