From 7edfe6745670d2f4d53d96f268f2dba11326a51c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 27 Jan 2011 19:10:56 +0000 Subject: Move all FIPSAPI renames into fips.h header file, include early in crypto.h if needed. Modify source tree to handle change. --- crypto/buffer/buf_str.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'crypto/buffer') diff --git a/crypto/buffer/buf_str.c b/crypto/buffer/buf_str.c index 6d94942df8..11241f8727 100644 --- a/crypto/buffer/buf_str.c +++ b/crypto/buffer/buf_str.c @@ -56,15 +56,12 @@ * [including the GNU Public Licence.] */ +#define OPENSSL_FIPSAPI + #include #include "cryptlib.h" #include -#define OPENSSL_FIPSAPI -#ifdef OPENSSL_FIPS -#include -#endif - char *BUF_strdup(const char *str) { if (str == NULL) return(NULL); -- cgit v1.2.3