summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_locl.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-06 13:57:21 -0500
committerRich Salz <rsalz@openssl.org>2016-02-08 09:21:17 -0500
commit895ffe41c2c7ed11f2362cbc59ed7070a4f1fe10 (patch)
tree564acaa5bb9bdea2625f73f6652ff612d46209b3 /crypto/dsa/dsa_locl.h
parentb00387a0a3cc9e340915eeb878e5b45bbb9f1ccd (diff)
GH322 revisited: remove unused function.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/dsa/dsa_locl.h')
-rw-r--r--crypto/dsa/dsa_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h
index 9c23c3ef90..6182495848 100644
--- a/crypto/dsa/dsa_locl.h
+++ b/crypto/dsa/dsa_locl.h
@@ -65,5 +65,3 @@ int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
size_t seed_len, int idx, unsigned char *seed_out,
int *counter_ret, unsigned long *h_ret,
BN_GENCB *cb);
-
-int dsa_paramgen_check_g(DSA *dsa);