Skip to content

Commit

Permalink
Exported header files should not include e_os.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Feb 22, 2001
1 parent bb3ee8e commit c38171b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crypto/asn1/asn1.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@

#include <openssl/symhacks.h>

#include <openssl/e_os.h>
#include <openssl/e_os2.h>

#ifdef OPENSSL_BUILD_SHLIBCRYPTO
Expand Down
2 changes: 1 addition & 1 deletion crypto/conf/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include <openssl/lhash.h>
#include <openssl/stack.h>
#include <openssl/safestack.h>
#include <openssl/e_os.h>
#include <openssl/e_os2.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit c38171b

Please sign in to comment.