1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch

This commit is contained in:
Werner Koch 1998-12-29 18:58:27 +00:00
parent 6e08b235cb
commit d6fa538a95
6 changed files with 619 additions and 6 deletions

View file

@ -369,7 +369,9 @@ do_we_trust_pre( PKT_public_key *pk, int trustlevel )
{
int rc = do_we_trust( pk, trustlevel );
if( !opt.batch && !rc ) {
if( (trustlevel & TRUST_FLAG_REVOKED) && !rc )
return 0;
else if( !opt.batch && !rc ) {
tty_printf(_(
"It is NOT certain that the key belongs to its owner.\n"
"If you *really* know what you are doing, you may answer\n"