modexp512-x86_64.pl: make it work with ml64.
[openssl.git] / crypto / bn / bn_recp.c
index 2e8efb8dae29ac2f5473299ae2bcb9e4752c1f5c..c086af6d0b58b570447b1be36384e4704c612c89 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#define OPENSSL_FIPSAPI
+
 #include <stdio.h>
 #include "cryptlib.h"
 #include "bn_lcl.h"
 
+
 void BN_RECP_CTX_init(BN_RECP_CTX *recp)
        {
        BN_init(&(recp->N));