summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 00:26:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 00:26:21 +0000
commit0383911887bf5c71a50a8a7f3b9a6c76ace66bfc (patch)
tree77b34c3bffef1ec76124bf476aecb0bb7b2a086f /crypto/opensslv.h
parenta5c5eb77b52209bf754958a6fc6c331e5609b6de (diff)
PR: 2416
Submitted by: Mark Phalan <mark.phalan@oracle.com> Reviewed by: steve Use L suffix in version number.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index d53c42a9d4..d5468cc71a 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 0x10001000
+#define OPENSSL_VERSION_NUMBER 0x10001000L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-dev xx XXX xxxx"
#else