2002-11-21 Marcus Brinkmann <marcus@g10code.de>
* verify.c (_gpgme_verify_status_handler): Treat GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA. Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
This commit is contained in:
parent
d7cdeeddc2
commit
8cc8f7267f
@ -1,3 +1,9 @@
|
|||||||
|
2002-11-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* verify.c (_gpgme_verify_status_handler): Treat
|
||||||
|
GPGME_STATUS_UNEXPECTED like GPGME_STATUS_NODATA.
|
||||||
|
Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
|
||||||
|
|
||||||
2002-11-19 Marcus Brinkmann <marcus@g10code.de>
|
2002-11-19 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* rungpg.c (gpg_keylist): Add --with-fingerprint to gpg invocation
|
* rungpg.c (gpg_keylist): Add --with-fingerprint to gpg invocation
|
||||||
|
@ -225,6 +225,7 @@ _gpgme_verify_status_handler (GpgmeCtx ctx, GpgmeStatusCode code, char *args)
|
|||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
case GPGME_STATUS_NODATA:
|
case GPGME_STATUS_NODATA:
|
||||||
|
case GPGME_STATUS_UNEXPECTED:
|
||||||
ctx->result.verify->status = GPGME_SIG_STAT_NOSIG;
|
ctx->result.verify->status = GPGME_SIG_STAT_NOSIG;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user