diff options
Diffstat (limited to 'openssl/crypto/dsa/dsa_key.c')
-rw-r--r-- | openssl/crypto/dsa/dsa_key.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openssl/crypto/dsa/dsa_key.c b/openssl/crypto/dsa/dsa_key.c index 5e3912423..c4aa86bc6 100644 --- a/openssl/crypto/dsa/dsa_key.c +++ b/openssl/crypto/dsa/dsa_key.c @@ -64,8 +64,6 @@ #include <openssl/dsa.h> #include <openssl/rand.h> -#ifndef OPENSSL_FIPS - static int dsa_builtin_keygen(DSA *dsa); int DSA_generate_key(DSA *dsa) @@ -128,5 +126,3 @@ err: return(ok); } #endif - -#endif |