aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/dsa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/dsa.c b/cipher/dsa.c
index 20011da38..19a59d909 100644
--- a/cipher/dsa.c
+++ b/cipher/dsa.c
@@ -359,7 +359,8 @@ dsa_sign( int algo, MPI *resarr, MPI data, MPI *skey )
}
int
-dsa_verify( int algo, MPI hash, MPI *data, MPI *pkey )
+dsa_verify( int algo, MPI hash, MPI *data, MPI *pkey,
+ int (*cmp)(void *, MPI), void *opaquev )
{
DSA_public_key pk;