summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2003-11-04 11:33:12 +0000
committerMark J. Cox <mark@openssl.org>2003-11-04 11:33:12 +0000
commit99ed4cbb036ea9fa56725094584fec191feaa526 (patch)
treef85dfacda3e0afe30fc5f799e2c83bfca6ee8aab /crypto/opensslv.h
parentd8dae0ea36fd21f6f5a3e9e332a7c2dc227b2674 (diff)
Stop bug triggering large recursion when presented withOpenSSL-engine-0_9_6l
certain ASN.1 tags (CAN-2003-0851)
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 0e3aabc678..6f9e4c0570 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x009060c0L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6l-dev [engine] xx XXX XXXX"
+#define OPENSSL_VERSION_NUMBER 0x009060cfL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6l [engine] 04 Nov 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT