From 69a294e16ae60ce22435508420b4905ff621ba65 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 17 Apr 2014 19:59:15 +0000 Subject: Use of OPENSSL_SYS_xxx defines in public header files considered harmful. --- lib/libcrypto/pkcs7/pkcs7.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/libcrypto/pkcs7') diff --git a/lib/libcrypto/pkcs7/pkcs7.h b/lib/libcrypto/pkcs7/pkcs7.h index 4476d613742..04edb22f75b 100644 --- a/lib/libcrypto/pkcs7/pkcs7.h +++ b/lib/libcrypto/pkcs7/pkcs7.h @@ -69,12 +69,6 @@ extern "C" { #endif -#ifdef OPENSSL_SYS_WIN32 -/* Under Win32 thes are defined in wincrypt.h */ -#undef PKCS7_ISSUER_AND_SERIAL -#undef PKCS7_SIGNER_INFO -#endif - /* Encryption_ID DES-CBC Digest_ID MD5 -- cgit v1.2.3