summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 00:25:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 00:25:47 +0000
commit4de4e354590b0af788ae7b93a04f510dd16d06f4 (patch)
treef1d6e2b2696c9cc645871e0508862b0c36d46742 /crypto
parent5537a83e56620ab05724a91b52ef8eb1ac0cbf6a (diff)
PR: 2416
Submitted by: Mark Phalan <mark.phalan@oracle.com> Reviewed by: steve Use L suffix in version number.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
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