diff options
Diffstat (limited to '')
-rw-r--r-- | agent/cvt-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/cvt-openpgp.c b/agent/cvt-openpgp.c index fb5a473a2..0b9ecf083 100644 --- a/agent/cvt-openpgp.c +++ b/agent/cvt-openpgp.c @@ -657,7 +657,7 @@ do_unprotect (const char *passphrase, /* Callback function to try the unprotection from the passphrase query code. */ -static int +static gpg_error_t try_do_unprotect_cb (struct pin_entry_info_s *pi) { gpg_error_t err; |