arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.
[oweals/openssl.git] / crypto / buffer / buf_str.c
index 6d94942df807b41a8e61b46fe634f2d27464361f..11241f87273a532dc0ac6d1ac6337a95d5346905 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#define OPENSSL_FIPSAPI
+
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/buffer.h>
 
-#define OPENSSL_FIPSAPI
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
 char *BUF_strdup(const char *str)
        {
        if (str == NULL) return(NULL);