summaryrefslogtreecommitdiff
path: root/fips/dsa/fips_dsa_key.c
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2010-02-28 18:49:43 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2010-02-28 18:49:43 +0000
commitf7a1b4761cf3f798e1b42d703d38221b47ce1eec (patch)
tree21770f10e7f26d05fc9b0fa96a7b6d7b107552c5 /fips/dsa/fips_dsa_key.c
parentf0c2a617dfb432d01bc5a716eb18dae12e6b45e3 (diff)
Notes
Diffstat (limited to 'fips/dsa/fips_dsa_key.c')
-rw-r--r--fips/dsa/fips_dsa_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dsa/fips_dsa_key.c b/fips/dsa/fips_dsa_key.c
index b5f8cfa1d0a8..9f21033b2146 100644
--- a/fips/dsa/fips_dsa_key.c
+++ b/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";