use FIPSEVP in some bn and rsa files
authorDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:24:42 +0000 (14:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2011 14:24:42 +0000 (14:24 +0000)
crypto/bn/bn_mont.c
crypto/rsa/rsa_eay.c

index 7224637ab31edb07834a809615180df5d7cec479..b00a8cf340208b7277c59c9a57b3b9f88b6a5916 100644 (file)
  * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
  */
 
+#define OPENSSL_FIPSEVP
+
 #include <stdio.h>
 #include "cryptlib.h"
 #include "bn_lcl.h"
index 8d3107d84f181fbfb3ed3ab8e128b8d68d240974..1f18854f065789e0e624aecf97e0c55a69a8fa22 100644 (file)
  *
  */
 
+#define OPENSSL_FIPSEVP
+
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>