diff options
author | Werner Koch <[email protected]> | 2001-12-11 12:31:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-11 12:31:04 +0000 |
commit | 6a8c47bd29d24d160b56d782513db0187b80819d (patch) | |
tree | 1a7cbc3a98010a058913b8faa3c62132c6fa09e2 /sm/verify.c | |
parent | New searchmode and hack to allow a hex encoded serial number (diff) | |
download | gnupg-6a8c47bd29d24d160b56d782513db0187b80819d.tar.gz gnupg-6a8c47bd29d24d160b56d782513db0187b80819d.zip |
Implemented encryption in server mode.
Allow to specify a recipient on the commandline
There is still a default hardwired recipient if none has been set.
Diffstat (limited to 'sm/verify.c')
-rw-r--r-- | sm/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/verify.c b/sm/verify.c index 2d84ce9f5..526b23d97 100644 --- a/sm/verify.c +++ b/sm/verify.c @@ -227,7 +227,7 @@ gpgsm_verify (CTRL ctrl, int in_fd, int data_fd) rc = map_ksba_err (err); goto leave; } - log_debug ("ksba_cms_parse - stop reason %d\n", stopreason); + if (stopreason == KSBA_SR_NEED_HASH) { is_detached = 1; |