Make sure we get the definition of OPENSSL_NO_FP_API.

This commit is contained in:
Richard Levitte 2003-03-20 23:17:23 +00:00
parent 44deca977d
commit 7b5a6c7a62
2 changed files with 4 additions and 1 deletions

View File

@ -59,13 +59,14 @@
#ifndef HEADER_BIO_H
#define HEADER_BIO_H
#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
# include <stdio.h>
#endif
#include <stdarg.h>
#include <openssl/crypto.h>
#include <openssl/e_os2.h>
#ifdef __cplusplus
extern "C" {

View File

@ -119,6 +119,8 @@
#include <stdlib.h>
#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#endif