summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ossl_typ.h
diff options
context:
space:
mode:
authormiod <>2014-04-17 19:59:14 +0000
committermiod <>2014-04-17 19:59:14 +0000
commita7d459976bae37484f615794c37c7ac9cbc2c20f (patch)
tree421183df2bbd8514ddc3ba72c034d33d5ccbccdd /src/lib/libcrypto/ossl_typ.h
parent289265bc7586e7803606569a283e2e62fa48030c (diff)
downloadopenbsd-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/ossl_typ.h')
-rw-r--r--src/lib/libcrypto/ossl_typ.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h
index ae79bf8ae4..3c360b0d9b 100644
--- a/src/lib/libcrypto/ossl_typ.h
+++ b/src/lib/libcrypto/ossl_typ.h
@@ -99,15 +99,6 @@ typedef int ASN1_NULL;
99typedef struct ASN1_ITEM_st ASN1_ITEM; 99typedef struct ASN1_ITEM_st ASN1_ITEM;
100typedef struct asn1_pctx_st ASN1_PCTX; 100typedef struct asn1_pctx_st ASN1_PCTX;
101 101
102#ifdef OPENSSL_SYS_WIN32
103#undef X509_NAME
104#undef X509_EXTENSIONS
105#undef X509_CERT_PAIR
106#undef PKCS7_ISSUER_AND_SERIAL
107#undef OCSP_REQUEST
108#undef OCSP_RESPONSE
109#endif
110
111#ifdef BIGNUM 102#ifdef BIGNUM
112#undef BIGNUM 103#undef BIGNUM
113#endif 104#endif