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/ossl_typ.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/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 9 |
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; | |||
99 | typedef struct ASN1_ITEM_st ASN1_ITEM; | 99 | typedef struct ASN1_ITEM_st ASN1_ITEM; |
100 | typedef struct asn1_pctx_st ASN1_PCTX; | 100 | typedef 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 |