Oops... use correct version number this time....

This commit is contained in:
Dr. Stephen Henson 2008-09-15 14:26:34 +00:00
parent 3745e57bf9
commit 0a4fda742b
2 changed files with 3 additions and 7 deletions

View file

@ -2,10 +2,6 @@
OpenSSL CHANGES
_______________
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
*)
Changes between 0.9.8h and 0.9.8i [15 Sep 2008]
*) Fix a state transitition in s3_srvr.c and d1_srvr.c

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 0x00908090L
#define OPENSSL_VERSION_NUMBER 0x0090809fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips 15 Sep 2008"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i 15 Sep 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT