update for next version

This commit is contained in:
Dr. Stephen Henson 2010-06-16 13:34:33 +00:00
parent daac87be95
commit 1dba06e7b0
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES OpenSSL CHANGES
_______________ _______________
Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
*)
Changes between 1.0.0 and 1.0.0a [01 Jun 2010] Changes between 1.0.0 and 1.0.0a [01 Jun 2010]
*) Check return value of int_rsa_verify in pkey_rsa_verifyrecover *) Check return value of int_rsa_verify in pkey_rsa_verifyrecover

View File

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta) * major minor fix final patch/beta)
*/ */
#define OPENSSL_VERSION_NUMBER 0x1000001fL #define OPENSSL_VERSION_NUMBER 0x10000020
#ifdef OPENSSL_FIPS #ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-fips 1 Jun 2010" #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev x XXX xxxx"
#else #else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a 1 Jun 2010" #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx"
#endif #endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

@ -2,7 +2,7 @@
%define libmaj 1 %define libmaj 1
%define libmin 0 %define libmin 0
%define librel 0 %define librel 0
%define librev a %define librev b
Release: 1 Release: 1
%define openssldir /var/ssl %define openssldir /var/ssl