From: Dr. Stephen Henson Date: Wed, 24 Jan 2007 12:42:20 +0000 (+0000) Subject: Update version for FIPS2 branch. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d02dab1b32c2293573755e9817294d3fba7689dd;p=oweals%2Fopenssl.git Update version for FIPS2 branch. --- diff --git a/CHANGES b/CHANGES index 426aff7673..8bc58cf98d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.7l and 0.9.7m-fips2 [xx XXX xxxx] + + *) + Changes between 0.9.7l and 0.9.7m [xx XXX xxxx] *) Expand security boundary to match 1.1.1 module. diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 821c28cf21..5860b8c3a7 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -27,7 +27,7 @@ */ #define OPENSSL_VERSION_NUMBER 0x009070d0L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-fips-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-fips2-dev xx XXX xxxx" #else #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-dev xx XXX xxxx" #endif