OpenSSL 1.0.1c

This commit is contained in:
Felix Schulze 2012-05-17 21:20:58 +02:00
parent 34e1dc6e4e
commit 195850bb2e
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
###########################################################################
# Change values here #
# #
VERSION="1.0.1b" #
VERSION="1.0.1c" #
SDKVERSION="5.1" #
# #
###########################################################################

View File

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x1000102fL
#define OPENSSL_VERSION_NUMBER 0x1000103fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips 26 Apr 2012"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-fips 10 May 2012"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b 26 Apr 2012"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c 10 May 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT