Submitted by: Mark Phalan <mark.phalan@oracle.com>
Reviewed by: steve

Use L suffix in version number.
This commit is contained in:
Dr. Stephen Henson 2011-01-03 00:26:21 +00:00
parent a5c5eb77b5
commit 0383911887

View File

@ -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