X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcrypto.h;h=4641604b48854b3f092af3b77fc382aad751ebc2;hb=0491b70983f90db2ec2e95951f87ba2f0c2a0ce7;hp=306bc0267e5d38fa714fe6ab9bde867c5bb0d0a6;hpb=dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c;p=oweals%2Fopenssl.git diff --git a/crypto/crypto.h b/crypto/crypto.h index 306bc0267e..4641604b48 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -65,10 +65,12 @@ extern "C" { #include "stack.h" +#define OPENSSL_VERSION_NUMBER 0x0920 /* 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 0x0911 /* 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