From: Dr. Stephen Henson Date: Fri, 23 Feb 2007 12:38:11 +0000 (+0000) Subject: Add L to version number X-Git-Tag: OpenSSL_0_9_8e X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cb94952abb3e4d9fbdc5eb57dbac156f56110f;p=thirdparty%2Fopenssl.git Add L to version number --- diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 2982433fd89..8a5b34e4f07 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,7 +25,7 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x0090805f +#define OPENSSL_VERSION_NUMBER 0x0090805fL #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8e-fips 23 Feb 2007" #else