From: Richard Levitte Date: Sat, 22 Mar 2003 22:33:52 +0000 (+0000) Subject: To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair X-Git-Tag: BEN_FIPS_TEST_1~38^2~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abfc6a3a9bcc3391181940213ce840130a35f1cd;p=thirdparty%2Fopenssl.git To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair against DJGPP, and much more restricted than previous definitions. --- diff --git a/e_os2.h b/e_os2.h index 80ec03ee8c9..4fd6c62acec 100644 --- a/e_os2.h +++ b/e_os2.h @@ -200,8 +200,10 @@ extern "C" { /* Specials for I/O an exit */ -#ifdef OPENSSL_SYS_MSDOS +#ifdef OPENSSL_SYS_WIN16 # define OPENSSL_NO_FP_API +#endif +#ifdef OPENSSL_SYS_MSDOS # define OPENSSL_UNISTD_IO # define OPENSSL_DECLARE_EXIT extern void exit(int); #else