From: Richard Levitte Date: Thu, 22 Feb 2001 14:27:22 +0000 (+0000) Subject: Exported header files should not include e_os.h. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~20 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c38171ba1fc748e0e8b95d35048ae9b3b733a2aa Exported header files should not include e_os.h. --- diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 45b15bffd8..2d27f0782d 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -70,7 +70,6 @@ #include -#include #include #ifdef OPENSSL_BUILD_SHLIBCRYPTO diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h index 46048c05f1..655fe2a6f6 100644 --- a/crypto/conf/conf.h +++ b/crypto/conf/conf.h @@ -63,7 +63,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" {