Exported header files should not include e_os.h.

This commit is contained in:
Richard Levitte 2001-02-22 14:27:22 +00:00
parent bb3ee8e75d
commit c38171ba1f
2 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,6 @@
#include <openssl/symhacks.h> #include <openssl/symhacks.h>
#include <openssl/e_os.h>
#include <openssl/e_os2.h> #include <openssl/e_os2.h>
#ifdef OPENSSL_BUILD_SHLIBCRYPTO #ifdef OPENSSL_BUILD_SHLIBCRYPTO

View File

@ -63,7 +63,7 @@
#include <openssl/lhash.h> #include <openssl/lhash.h>
#include <openssl/stack.h> #include <openssl/stack.h>
#include <openssl/safestack.h> #include <openssl/safestack.h>
#include <openssl/e_os.h> #include <openssl/e_os2.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {