use FIPSEVP in some bn and rsa files
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 7224637..b00a8cf 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"