Make sure we get the definition of OPENSSL_NO_FP_API.

This commit is contained in:
Richard Levitte 2003-03-20 23:24:47 +00:00
parent 8305477157
commit 08a54f6e6a
2 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,8 @@
#ifndef HEADER_ERR_H
#define HEADER_ERR_H
#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#include <stdlib.h>

View File

@ -63,6 +63,7 @@
#ifndef HEADER_LHASH_H
#define HEADER_LHASH_H
#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#endif