From 9176532a2ee86765558485f9b70d8592652fa34a Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sat, 8 Sep 2018 10:41:17 +0800 Subject: [PATCH] Update version date with new pkcs8 features --- include/openssl/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 68e1480e..51839203 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -41,9 +41,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x1010004fL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d-fips 7 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d-fips 8 Sep 2018" # else -# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d 7 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d 8 Sep 2018" # endif /*-