bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.
[oweals/openssl.git] / crypto / bn / bn_lib.c
index 7a5676de69275897f4c197fad784a46a585d0f75..e7dea71911c45f0cccd60e847baef6a8804f0c70 100644 (file)
@@ -61,6 +61,8 @@
 # define NDEBUG
 #endif
 
+#define OPENSSL_FIPSAPI
+
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>