Use NO_FP_API.
authorUlf Möller <ulf@openssl.org>
Thu, 1 Jun 2000 20:25:44 +0000 (20:25 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 1 Jun 2000 20:25:44 +0000 (20:25 +0000)
crypto/bn/bn.h

index 009b0eb6856f517306b986c3331fcf0f47436dcd..9fa995c64f0db0bffd6618652c97d4c8732807fa 100644 (file)
@@ -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>