diff options
Diffstat (limited to '')
-rw-r--r-- | tests/gpg/t-signers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/t-signers.c b/tests/gpg/t-signers.c index c05ef182..f3fa6f5c 100644 --- a/tests/gpg/t-signers.c +++ b/tests/gpg/t-signers.c @@ -62,7 +62,7 @@ print_data (GpgmeData dh) } static const char * -passphrase_cb (void *opaque, const char *desc, void *r_hd) +passphrase_cb (void *opaque, const char *desc, void **r_hd) { const char *pass; |