mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
bug fixes
This commit is contained in:
parent
4c0c155922
commit
bc5789665a
37 changed files with 949 additions and 137 deletions
|
@ -213,11 +213,13 @@ do_we_trust( PKT_public_cert *pkc, int trustlevel )
|
|||
return 1; /* yes */
|
||||
|
||||
case TRUST_FULLY:
|
||||
log_info("This key probably belongs to the owner\n");
|
||||
if( opt.verbose )
|
||||
log_info("This key probably belongs to the owner\n");
|
||||
return 1; /* yes */
|
||||
|
||||
case TRUST_ULTIMATE:
|
||||
log_info("Our own keys is always good.\n");
|
||||
if( opt.verbose )
|
||||
log_info("This key belongs to us (we have the secret key)\n");
|
||||
return 1; /* yes */
|
||||
|
||||
default: BUG();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue