summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509.h7
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 @@
111extern "C" { 111extern "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