summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mont.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-27 14:24:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-27 14:24:42 +0000
commita27de7b7fde7c18e7e4f28c6aa2d9f06635d3f08 (patch)
treeaeacfeb484e51870907483e8ce800adbd348d746 /crypto/bn/bn_mont.c
parent54e02a234ccc875a75b57c4dbaaaf817b9215903 (diff)
use FIPSEVP in some bn and rsa files
Diffstat (limited to 'crypto/bn/bn_mont.c')
-rw-r--r--crypto/bn/bn_mont.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c
index 7224637ab3..b00a8cf340 100644
--- a/crypto/bn/bn_mont.c
+++ b/crypto/bn/bn_mont.c
@@ -116,6 +116,8 @@
* 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"