summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/fips/dsa/fips_dsa_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/fips/dsa/fips_dsa_key.c')
-rw-r--r--crypto/openssl/fips/dsa/fips_dsa_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/fips/dsa/fips_dsa_key.c b/crypto/openssl/fips/dsa/fips_dsa_key.c
index b5f8cfa..9f21033 100644
--- a/crypto/openssl/fips/dsa/fips_dsa_key.c
+++ b/crypto/openssl/fips/dsa/fips_dsa_key.c
@@ -78,7 +78,7 @@ void FIPS_corrupt_dsa_keygen(void)
static int dsa_builtin_keygen(DSA *dsa);
-int fips_check_dsa(DSA *dsa)
+static int fips_check_dsa(DSA *dsa)
{
EVP_PKEY pk;
unsigned char tbs[] = "DSA Pairwise Check Data";
OpenPOWER on IntegriCloud