aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-06-01 20:25:44 +0000
committerUlf Möller <ulf@openssl.org>2000-06-01 20:25:44 +0000
commitde42b6a7a82be33d2976ab605e74d7bc95b71447 (patch)
treeb2a3781d53f458c516f5dca2addcab52a54618a9
parent922ebc7b0d8e708905e104e8217553d9442cb0d1 (diff)
downloadopenssl-de42b6a7a82be33d2976ab605e74d7bc95b71447.tar.gz
Use NO_FP_API.
-rw-r--r--crypto/bn/bn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index 009b0eb685..9fa995c64f 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -59,7 +59,7 @@
#ifndef HEADER_BN_H
#define HEADER_BN_H
-#ifndef WIN16
+#ifndef NO_FP_API
#include <stdio.h> /* FILE */
#endif
#include <openssl/opensslconf.h>