1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 00:49: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

@@ -57,6 +57,9 @@
*
*/
#ifndef HEADER_PQ_COMPAT_H
#define HEADER_PQ_COMPAT_H
#include <openssl/opensslconf.h>
#include <openssl/bn.h>
@@ -145,3 +148,5 @@
*(x) |= mask; \
} while(0)
#endif /* OPENSSL_SYS_VMS */
#endif