diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 5da2b7b3..baccd67d 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 28 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.3 - OpenSSL 1.1.0d-fips 29 Sep 2018" # else -# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d 28 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.3 - OpenSSL 1.1.0d 29 Sep 2018" # endif /*-