summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/ossl_typ.h
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-04-17 19:59:12 +0000
committermiod <miod@openbsd.org>2014-04-17 19:59:12 +0000
commit9e593c41da051b34fcc4fd28c28b01f17195edab (patch)
tree56c30e810083ca0746249a0e5a7340cb5b212666 /lib/libssl/src/crypto/ossl_typ.h
parentBob O.D.'ed on the o_dir code so high he forgot to rm the `test' after (diff)
downloadwireguard-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/ossl_typ.h')
-rw-r--r--lib/libssl/src/crypto/ossl_typ.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libssl/src/crypto/ossl_typ.h b/lib/libssl/src/crypto/ossl_typ.h
index ae79bf8ae48..3c360b0d9bb 100644
--- a/lib/libssl/src/crypto/ossl_typ.h
+++ b/lib/libssl/src/crypto/ossl_typ.h
@@ -99,15 +99,6 @@ typedef int ASN1_NULL;
typedef struct ASN1_ITEM_st ASN1_ITEM;
typedef struct asn1_pctx_st ASN1_PCTX;
-#ifdef OPENSSL_SYS_WIN32
-#undef X509_NAME
-#undef X509_EXTENSIONS
-#undef X509_CERT_PAIR
-#undef PKCS7_ISSUER_AND_SERIAL
-#undef OCSP_REQUEST
-#undef OCSP_RESPONSE
-#endif
-
#ifdef BIGNUM
#undef BIGNUM
#endif