diff options
author | Werner Koch <[email protected]> | 2002-02-25 18:18:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-25 18:18:40 +0000 |
commit | 04f49d973b14790b4c46689c767f6e0630b9b979 (patch) | |
tree | 460bac0bb6c5e9b6f14336121231ae008f24bfd9 /sm/keylist.c | |
parent | * keybox-search.c (blob_cmp_mail): Use case-insensitive compare (diff) | |
download | gnupg-04f49d973b14790b4c46689c767f6e0630b9b979.tar.gz gnupg-04f49d973b14790b4c46689c767f6e0630b9b979.zip |
* server.c (option_handler): Allow to use -2 for "send all certs
except the root cert".
* sign.c (add_certificate_list): Implement it here.
* certpath.c (gpgsm_is_root_cert): New.
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; |