mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added some trust model stuff
This commit is contained in:
parent
1ce26aa6d6
commit
4ec1775f3e
49 changed files with 1580 additions and 331 deletions
|
@ -56,7 +56,7 @@ do_we_trust( PKT_public_cert *pkc, int trustlevel )
|
|||
log_fatal("trust check after insert failed: %s\n",
|
||||
g10_errstr(rc) );
|
||||
if( trustlevel & TRUST_NO_PUBKEY )
|
||||
log_bug(NULL);
|
||||
BUG();
|
||||
}
|
||||
|
||||
|
||||
|
@ -84,7 +84,6 @@ int
|
|||
build_pkc_list( STRLIST remusr, PKC_LIST *ret_pkc_list )
|
||||
{
|
||||
PKC_LIST pkc_list = NULL;
|
||||
PKC_LIST pkc_rover = NULL;
|
||||
int rc;
|
||||
|
||||
if( !remusr ) { /* ask!!! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue