summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-24 12:42:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-24 12:42:20 +0000
commitd02dab1b32c2293573755e9817294d3fba7689dd (patch)
treecd7e472986a2aca8cfaf7c321abbafd96bb0488d
parent19b4199dd73341a47fa130af8de5d93e6b45f004 (diff)
Update version for FIPS2 branch.
-rw-r--r--CHANGES4
-rw-r--r--crypto/opensslv.h2
2 files changed, 5 insertions, 1 deletions
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