summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 00:26:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 00:26:05 +0000
commit38921f0abf5aeb22c04654bcf7e6b33938a9c4ed (patch)
tree6bd4b1c4d9662d0cb8593568674223ddc947b184 /crypto/opensslv.h
parentd76ce84c9264615ab7e0a55db65eb793ca39d890 (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 5c54ff81f8..17e6f9d1ad 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 0x10000040
+#define OPENSSL_VERSION_NUMBER 0x10000040L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-dev-fips xx XXX xxxx"
#else