diff options
author | miod <> | 2014-04-17 19:59:14 +0000 |
---|---|---|
committer | miod <> | 2014-04-17 19:59:14 +0000 |
commit | a7d459976bae37484f615794c37c7ac9cbc2c20f (patch) | |
tree | 421183df2bbd8514ddc3ba72c034d33d5ccbccdd /src/lib/libcrypto/x509/x509.h | |
parent | 289265bc7586e7803606569a283e2e62fa48030c (diff) | |
download | openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.tar.gz openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.tar.bz2 openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.zip |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 27befbbbb0..2b0435686a 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
@@ -111,13 +111,6 @@ | |||
111 | extern "C" { | 111 | extern "C" { |
112 | #endif | 112 | #endif |
113 | 113 | ||
114 | #ifdef OPENSSL_SYS_WIN32 | ||
115 | /* Under Win32 these are defined in wincrypt.h */ | ||
116 | #undef X509_NAME | ||
117 | #undef X509_CERT_PAIR | ||
118 | #undef X509_EXTENSIONS | ||
119 | #endif | ||
120 | |||
121 | #define X509_FILETYPE_PEM 1 | 114 | #define X509_FILETYPE_PEM 1 |
122 | #define X509_FILETYPE_ASN1 2 | 115 | #define X509_FILETYPE_ASN1 2 |
123 | #define X509_FILETYPE_DEFAULT 3 | 116 | #define X509_FILETYPE_DEFAULT 3 |