diff options
author | 2014-04-17 19:59:12 +0000 | |
---|---|---|
committer | 2014-04-17 19:59:12 +0000 | |
commit | 9e593c41da051b34fcc4fd28c28b01f17195edab (patch) | |
tree | 56c30e810083ca0746249a0e5a7340cb5b212666 /lib/libcrypto/ossl_typ.h | |
parent | Bob O.D.'ed on the o_dir code so high he forgot to rm the `test' after (diff) | |
download | wireguard-openbsd-9e593c41da051b34fcc4fd28c28b01f17195edab.tar.xz wireguard-openbsd-9e593c41da051b34fcc4fd28c28b01f17195edab.zip |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'lib/libcrypto/ossl_typ.h')
-rw-r--r-- | lib/libcrypto/ossl_typ.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libcrypto/ossl_typ.h b/lib/libcrypto/ossl_typ.h index ae79bf8ae48..3c360b0d9bb 100644 --- a/lib/libcrypto/ossl_typ.h +++ b/lib/libcrypto/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 |