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:
parent
70aa8a0541
commit
ea8336c632
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue