summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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