diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
commit | b4cadc6e1343c01b06613053a90ed2ee85e65090 (patch) | |
tree | 5670424b0d897cd7f8161e321f0f514131265159 /crypto/crypto.h | |
parent | Add missing pipe char to "make dist" target. (diff) | |
download | openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.tar.xz openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.zip |
Fix security hole.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index 4641604b48..990e809573 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -64,8 +64,7 @@ extern "C" { #endif #include "stack.h" - -#define OPENSSL_VERSION_NUMBER 0x0920 /* Version 0.9.1c is 0913 */ +#include "opensslv.h" /* Backward compatibility to SSLeay */ /* This is more to be used to check the correct DLL is being used |