summaryrefslogtreecommitdiffstats
path: root/include/crypto/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/dsa.h')
-rw-r--r--include/crypto/dsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/dsa.h b/include/crypto/dsa.h
index 38c49c3295..4fad9ab73e 100644
--- a/include/crypto/dsa.h
+++ b/include/crypto/dsa.h
@@ -43,5 +43,6 @@ int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key,
int *ret);
int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret);
int ossl_dsa_check_pairwise(const DSA *dsa);
+DSA *ossl_dsa_dup(const DSA *dsa);
#endif