summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-06-16 13:37:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-06-16 13:37:22 +0000
commitdfa81d9efb59c64b6731e37fe1bf6b4153a49dcb (patch)
treeae20be8bd108d94d4cae556ce3d73bbd3c513bd3 /crypto/opensslv.h
parent1dba06e7b0d32988c84520a80418fbfd66ba92ee (diff)
update README, fix opensslv.h
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 934b63d799..9c35daa47a 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,7 +27,7 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10000020
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev x XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx"
#endif