diff options
author | 2014-04-17 19:59:12 +0000 | |
---|---|---|
committer | 2014-04-17 19:59:12 +0000 | |
commit | 9e593c41da051b34fcc4fd28c28b01f17195edab (patch) | |
tree | 56c30e810083ca0746249a0e5a7340cb5b212666 /lib/libssl/src/crypto/x509/x509.h | |
parent | Bob O.D.'ed on the o_dir code so high he forgot to rm the `test' after (diff) | |
download | wireguard-openbsd-9e593c41da051b34fcc4fd28c28b01f17195edab.tar.xz wireguard-openbsd-9e593c41da051b34fcc4fd28c28b01f17195edab.zip |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'lib/libssl/src/crypto/x509/x509.h')
-rw-r--r-- | lib/libssl/src/crypto/x509/x509.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libssl/src/crypto/x509/x509.h b/lib/libssl/src/crypto/x509/x509.h index 27befbbbb01..2b0435686af 100644 --- a/lib/libssl/src/crypto/x509/x509.h +++ b/lib/libssl/src/crypto/x509/x509.h @@ -111,13 +111,6 @@ extern "C" { #endif -#ifdef OPENSSL_SYS_WIN32 -/* Under Win32 these are defined in wincrypt.h */ -#undef X509_NAME -#undef X509_CERT_PAIR -#undef X509_EXTENSIONS -#endif - #define X509_FILETYPE_PEM 1 #define X509_FILETYPE_ASN1 2 #define X509_FILETYPE_DEFAULT 3 |