Update with a new version number

This update brings the PHP binding of GmSSL through the PHP OpenSSL
extension.
This commit is contained in:
Zhi Guan
2018-03-13 12:55:29 +08:00
parent 056130c053
commit 7b32723196
6 changed files with 5354 additions and 5355 deletions

View File

@@ -41,9 +41,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x1010004fL
# ifdef OPENSSL_FIPS
# define OPENSSL_VERSION_TEXT "GmSSL 2.1.1 - OpenSSL 1.1.0d-fips 26 Jan 2018"
# define OPENSSL_VERSION_TEXT "GmSSL 2.2.0 - OpenSSL 1.1.0d-fips 13 Mar 2018"
# else
# define OPENSSL_VERSION_TEXT "GmSSL 2.1.1 - OpenSSL 1.1.0d 26 Jan 2018"
# define OPENSSL_VERSION_TEXT "GmSSL 2.2.0 - OpenSSL 1.1.0d 13 Mar 2018"
# endif
/*-