diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_gen.c')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_gen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_gen.c b/src/lib/libcrypto/rsa/rsa_gen.c index adb5e34da5..00c25adbc5 100644 --- a/src/lib/libcrypto/rsa/rsa_gen.c +++ b/src/lib/libcrypto/rsa/rsa_gen.c | |||
@@ -62,8 +62,6 @@ | |||
62 | #include <openssl/bn.h> | 62 | #include <openssl/bn.h> |
63 | #include <openssl/rsa.h> | 63 | #include <openssl/rsa.h> |
64 | 64 | ||
65 | #ifndef OPENSSL_FIPS | ||
66 | |||
67 | RSA *RSA_generate_key(int bits, unsigned long e_value, | 65 | RSA *RSA_generate_key(int bits, unsigned long e_value, |
68 | void (*callback)(int,int,void *), void *cb_arg) | 66 | void (*callback)(int,int,void *), void *cb_arg) |
69 | { | 67 | { |
@@ -197,4 +195,3 @@ err: | |||
197 | return(rsa); | 195 | return(rsa); |
198 | } | 196 | } |
199 | 197 | ||
200 | #endif | ||