From d02dab1b32c2293573755e9817294d3fba7689dd Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 24 Jan 2007 12:42:20 +0000 Subject: [PATCH] Update version for FIPS2 branch. --- CHANGES | 4 ++++ crypto/opensslv.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1