diff options
Diffstat (limited to 'sm/keylist.c')
-rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index f681725b7..d3dd839d6 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -232,6 +232,8 @@ gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp, unsigned int mode) const char *lastresname, *resname; int have_secret; +#warning there is no key selection yet + /* We must take care of qouting here */ hd = keydb_new (0); if (!hd) rc = GNUPG_General_Error; |