Index: openssl/crypto/dh/dh_gen.c |
=================================================================== |
--- openssl/crypto/dh/dh_gen.c (revision 105093) |
+++ openssl/crypto/dh/dh_gen.c (working copy) |
@@ -66,8 +66,6 @@ |
#include <openssl/bn.h> |
#include <openssl/dh.h> |
-#ifndef OPENSSL_FIPS |
- |
static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb); |
int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb) |
@@ -175,5 +173,3 @@ |
} |
return ok; |
} |
- |
-#endif |