As uwe points out, it looks like the L on the version constant was

accidentally removed. Add it back, especially as the documentation still
claims that the constant is a long.
This commit is contained in:
dogcow 2006-11-14 22:30:33 +00:00
parent 70aa8a0541
commit ea8336c632
1 changed files with 1 additions and 1 deletions

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 0x0090804f
#define OPENSSL_VERSION_NUMBER 0x0090804fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips 28 Sep 2006"
#else