mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Preparing for an RC23
This commit is contained in:
parent
0317ae66f3
commit
cf10c31a3f
6 changed files with 29 additions and 18 deletions
|
@ -814,8 +814,8 @@ do_check_sig( CTX c, KBNODE node, int *is_selfsig,
|
|||
return check_key_signature( c->list, node, is_selfsig );
|
||||
}
|
||||
else if( sig->sig_class == 0x20 ) {
|
||||
log_info(_("standalone revocation - "
|
||||
"use \"gpg --import\" to apply\n"));
|
||||
log_error (_("standalone revocation - "
|
||||
"use \"gpg --import\" to apply\n"));
|
||||
return G10ERR_NOT_PROCESSED;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue