mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Return a more specific error code for missing issuer certificates
This commit is contained in:
parent
96380221ca
commit
9b230eadc8
8 changed files with 35 additions and 9 deletions
|
@ -58,6 +58,7 @@ get_inv_recpsgnr_code (gpg_error_t err)
|
|||
|
||||
case GPG_ERR_NOT_TRUSTED: errstr = "10"; break;
|
||||
case GPG_ERR_MISSING_CERT: errstr = "11"; break;
|
||||
case GPG_ERR_MISSING_ISSUER_CERT: errstr = "12"; break;
|
||||
default: errstr = "0"; break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue