aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
commit5f32680329648886701f5b5832239eecf0b38390 (patch)
tree0a06805b3e512086deaa50c849e6b8bb2b098ad1 /crypto/crypto.h
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
downloadopenssl-5f32680329648886701f5b5832239eecf0b38390.tar.gz
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 14fa6f4306..5f9c43edde 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -65,10 +65,12 @@ extern "C" {
#include "stack.h"
+#define OPENSSL_VERSION_NUMBER 0x0913 /* Version 0.9.1c is 0913 */
+
+/* Backward compatibility to SSLeay */
/* This is more to be used to check the correct DLL is being used
* in the MS world. */
-#define SSLEAY_VERSION_NUMBER 0x0913 /* Version 0.5.1c would be 0513 */
-
+#define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER
#define SSLEAY_VERSION 0
/* #define SSLEAY_OPTIONS 1 no longer supported */
#define SSLEAY_CFLAGS 2