summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-22 12:22:14 +0000
committerBen Laurie <ben@openssl.org>1999-03-22 12:22:14 +0000
commitb4cadc6e1343c01b06613053a90ed2ee85e65090 (patch)
tree5670424b0d897cd7f8161e321f0f514131265159 /crypto/opensslv.h
parent0f423567a72b68b617ad5554e51095f1017a9d7b (diff)
Fix security hole.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
new file mode 100644
index 0000000000..16c22e923e
--- /dev/null
+++ b/crypto/opensslv.h
@@ -0,0 +1,3 @@
+#define OPENSSL_VERSION_NUMBER 0x0922 /* Version 0.9.1c is 0913 */
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.2b 22 Mar 1999"
+#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT