diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_gen.c')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_gen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_gen.c b/src/lib/libcrypto/dsa/dsa_gen.c index 6f1728e3cf..ca0b86a6cf 100644 --- a/src/lib/libcrypto/dsa/dsa_gen.c +++ b/src/lib/libcrypto/dsa/dsa_gen.c | |||
@@ -82,8 +82,6 @@ | |||
82 | #include <openssl/rand.h> | 82 | #include <openssl/rand.h> |
83 | #include <openssl/sha.h> | 83 | #include <openssl/sha.h> |
84 | 84 | ||
85 | #ifndef OPENSSL_FIPS | ||
86 | |||
87 | static int dsa_builtin_paramgen(DSA *ret, int bits, | 85 | static int dsa_builtin_paramgen(DSA *ret, int bits, |
88 | unsigned char *seed_in, int seed_len, | 86 | unsigned char *seed_in, int seed_len, |
89 | int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); | 87 | int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); |
@@ -322,4 +320,3 @@ err: | |||
322 | return ok; | 320 | return ok; |
323 | } | 321 | } |
324 | #endif | 322 | #endif |
325 | #endif | ||