summaryrefslogtreecommitdiffstats
path: root/sm/verify.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-06 18:35:52 +0200
committerWerner Koch <wk@gnupg.org>2006-09-06 18:35:52 +0200
commiteef036df235b7fb16b57bb78daf6f7e590d8e6d6 (patch)
tree9350e6fa2ffde2219b3b13dabb450c96064ca1ad /sm/verify.c
parentMinor changes and typo fixes. (diff)
downloadgnupg2-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.tar.xz
gnupg2-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.zip
The big Assuan error code removal.
Diffstat (limited to 'sm/verify.c')
-rw-r--r--sm/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/verify.c b/sm/verify.c
index 4e6574078..b94f2ce5a 100644
--- a/sm/verify.c
+++ b/sm/verify.c
@@ -82,7 +82,7 @@ hash_data (int fd, gcry_md_hd_t md)
must be different than -1. With OUT_FP given and a non-detached
signature, the signed material is written to that stream. */
int
-gpgsm_verify (CTRL ctrl, int in_fd, int data_fd, FILE *out_fp)
+gpgsm_verify (ctrl_t ctrl, int in_fd, int data_fd, FILE *out_fp)
{
int i, rc;
Base64Context b64reader = NULL;