From 4de4e354590b0af788ae7b93a04f510dd16d06f4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 3 Jan 2011 00:25:47 +0000 Subject: [PATCH] PR: 2416 Submitted by: Mark Phalan Reviewed by: steve Use L suffix in version number. --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 6a2faedcda..64751fc7d2 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 0x00908120 +#define OPENSSL_VERSION_NUMBER 0x00908120L #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev-fips xx XXX xxxx" #else -- 2.25.1