summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 00:43:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 00:43:47 +0000
commitae378b769a6252522487bae7499146685b6e3431 (patch)
treea8919771a072b4e5ecd8cd5b4f047db99277616e /crypto
parent4de4e354590b0af788ae7b93a04f510dd16d06f4 (diff)
use fips-dev not dev-fips
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 64751fc7d2..c41652765c 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,7 +27,7 @@
*/
#define OPENSSL_VERSION_NUMBER 0x00908120L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev-fips xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev xx XXX xxxx"
#endif