From: Dr. Stephen Henson Date: Mon, 15 Sep 2008 14:26:34 +0000 (+0000) Subject: Oops... use correct version number this time.... X-Git-Tag: OpenSSL_0_9_8i X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a4fda742b243025933b57ae4f931224722e0d22;p=oweals%2Fopenssl.git Oops... use correct version number this time.... --- diff --git a/CHANGES b/CHANGES index 01b67ea68e..72cc168f6a 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 051d126498..5bdd370ac9 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -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