summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:14:49 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:14:49 +0000
commitd4a47a5778fa227abc634b4ededb6e011e6e7065 (patch)
tree6bda310f14c24577eb9e534d36078a1e4cf23c10 /e_os.h
parentb24668626e348bc31224aa6d6cfb4bb913a53ddb (diff)
Because it may be needed in public header files, move the definition
of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index f7d09c5295..f70958df87 100644
--- a/e_os.h
+++ b/e_os.h
@@ -184,7 +184,6 @@ extern "C" {
#endif
#ifdef WIN16
-# define OPENSSL_NO_FP_API
# define MS_CALLBACK _far _loadds
# define MS_FAR _far
#else
@@ -193,6 +192,7 @@ extern "C" {
#endif
#ifdef OPENSSL_NO_STDIO
+# undef OPENSSL_NO_FP_API
# define OPENSSL_NO_FP_API
#endif