diff options
| author | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-01-16 21:15:24 +0000 |
| commit | 4ec1775f3eaf8733a5285460b631253b90d3c6fb (patch) | |
| tree | 3061decd5793f93c5a51dab58cb45c8e79a26403 /g10/pkclist.c | |
| parent | *** empty log message *** (diff) | |
| download | gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.tar.gz gnupg-4ec1775f3eaf8733a5285460b631253b90d3c6fb.zip | |
added some trust model stuff
Diffstat (limited to 'g10/pkclist.c')
| -rw-r--r-- | g10/pkclist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 3fd22549c..7feea8a00 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -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!!! */ |
