diff options
Diffstat (limited to 'branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c')
-rw-r--r-- | branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c b/branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c index 41e63f57..8e66ba84 100644 --- a/branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c +++ b/branches/gpgme-0-3-branch/gpgme/engine-gpgsm.c @@ -1138,7 +1138,8 @@ _gpgme_gpgsm_op_sign (GpgsmObject gpgsm, GpgmeData in, GpgmeData out, strcpy (stpcpy (buf, "SIGNER "), s); err = gpgsm_assuan_simple_command (gpgsm->assuan_ctx, buf, - NULL, NULL); + gpgsm->status.fnc, + gpgsm->status.fnc_value); } else err = GPGME_Invalid_Key; |