summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-10-11 18:27:10 +0000
committerBen Laurie <ben@openssl.org>2007-10-11 18:27:10 +0000
commit074471ab0cd9ad9d0f78efd2d6452795a3d0341a (patch)
tree8614916ce4da8ec38bf95cf7383eaf7cd1cc31f0 /crypto/opensslv.h
parentd761421e1dda5e8fcf5c1268e755bcd74e9df2f8 (diff)
Back to -dev.
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 b237c2f67d..19190b9974 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x00908070L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips 11 Oct 2007"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f 11 Oct 2007"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT