summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-06-16 13:46:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-06-16 13:46:59 +0000
commit999eeaba14e311662066a46f850d8ca53bc2736f (patch)
treef156813a0174a1a2b59e3e801662f1d010381cd3 /crypto/opensslv.h
parentdfa81d9efb59c64b6731e37fe1bf6b4153a49dcb (diff)
oops, fix date string
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 9c35daa47a..d07d9a707f 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -29,7 +29,7 @@
#ifdef OPENSSL_FIPS
#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"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT