summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-02-23 22:13:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-02-23 22:13:59 +0000
commit08e4c7a967cc9d82264d125440d8b17b912bd250 (patch)
tree445995493d65fb1b5c90420e33c28ec9baa68a93 /crypto/opensslv.h
parent697e4edcadc13d61871518cf6111ff0349831afe (diff)
correct CHANGESOpenSSL_1_0_1-beta3
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 12a78b957d..a9f9dd222c 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10001003L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta3 23 Feb 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta3 23 Feb 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT