X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcrypto.h;h=4641604b48854b3f092af3b77fc382aad751ebc2;hp=14fa6f43067fd68c672ee5a815d066549c5e170c;hb=2c2cba0d133376c11eed52d4287a6518c2d1ad5a;hpb=651d0aff98d28e2db146afa1790e9e22f3ef22db diff --git a/crypto/crypto.h b/crypto/crypto.h index 14fa6f4306..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 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