diff options
author | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
commit | b920ef23ca4777e2492e1ea7fd614e16154e73ad (patch) | |
tree | 25823edc00406f1b57ec50eb18d13987802a9c87 /g10/pkclist.c | |
parent | Minor fixes (diff) | |
download | gnupg-SNAP-1-0-6b.tar.gz gnupg-SNAP-1-0-6b.zip |
more fixes due to automake 1.5SNAP-1-0-6b
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 52310282c..9a4e4dd0f 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -151,7 +151,7 @@ show_revocation_reason( PKT_public_key *pk ) static void show_paths (const PKT_public_key *pk, int only_first ) { -#warning must change enum_cert_paths to use pk + log_debug("not yet implemented\n"); #if 0 void *context = NULL; unsigned otrust, validity; |