bn_exp.c: improve portability.
[openssl.git] / crypto / bn / bn_lib.c
index 503762b31eb77e0b31d8ff9cead8f46d80eeaf9f..e7dea71911c45f0cccd60e847baef6a8804f0c70 100644 (file)
 # define NDEBUG
 #endif
 
+#define OPENSSL_FIPSAPI
+
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>
 #include "cryptlib.h"
 #include "bn_lcl.h"
 
-#define OPENSSL_FIPSAPI
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
 const char BN_version[]="Big Number" OPENSSL_VERSION_PTEXT;
 
 /* This stuff appears to be completely unused, so is deprecated */