summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_eay.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/rsa/rsa_eay.c
parent54e02a234ccc875a75b57c4dbaaaf817b9215903 (diff)
use FIPSEVP in some bn and rsa files
Diffstat (limited to 'crypto/rsa/rsa_eay.c')
-rw-r--r--crypto/rsa/rsa_eay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c
index 8d3107d84f..1f18854f06 100644
--- a/crypto/rsa/rsa_eay.c
+++ b/crypto/rsa/rsa_eay.c
@@ -109,6 +109,8 @@
*
*/
+#define OPENSSL_FIPSEVP
+
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>