summaryrefslogtreecommitdiffstats
path: root/crypto/ui
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-11 11:20:26 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-11 11:20:26 +0000
commit7babdf20296c1767cbf7d134bfb95b48ab8b9282 (patch)
treeea268a5439cd2564ef7b37ab4c5d3f9336c1b5a2 /crypto/ui
parent4b3270f78edebedf09a08fd245cafff67372cece (diff)
e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...
(basically: whooops :-))
Diffstat (limited to 'crypto/ui')
-rw-r--r--crypto/ui/ui_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index c4e8c9c54b..89330f4798 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -115,7 +115,7 @@
*/
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS)
# ifdef OPENSSL_UNISTD