diff options
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; |