summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-22 14:27:22 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-22 14:27:22 +0000
commitc38171ba1fc748e0e8b95d35048ae9b3b733a2aa (patch)
tree9b11916ad638c834065d4396a71e79ab2d548f8c /crypto/conf
parentbb3ee8e75dc111f787dabbc8fa0cf5eba159b026 (diff)
Exported header files should not include e_os.h.
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf.h2
1 files changed, 1 insertions, 1 deletions
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 <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" {