From 7babdf20296c1767cbf7d134bfb95b48ab8b9282 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 11 May 2001 11:20:26 +0000 Subject: [PATCH] e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h... (basically: whooops :-)) --- crypto/ui/ui_openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) # ifdef OPENSSL_UNISTD -- 2.34.1