1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Upgrading shipped OpenSSL for Windows to 0.9.8j

This commit is contained in:
kris
2009-02-02 18:41:34 +00:00
parent 339d72883e
commit 006b5b863b
34 changed files with 380 additions and 27 deletions

View File

@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x0090809fL
#define OPENSSL_VERSION_NUMBER 0x009080afL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips 15 Sep 2008"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips 07 Jan 2009"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i 15 Sep 2008"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j 07 Jan 2009"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT