From 5c5a3f689a8d96872e055d8e384a5684e4fd096c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Jun 2002 09:34:10 +0000 Subject: * certdump.c (print_dn_part): Always print a leading slash, removed NEED_DELIM arg and changed caller. * export.c (gpgsm_export): Print LFs to FP and not stdout. (print_short_info): Ditto. Make use of gpgsm_print_name. * server.c (cmd_export): Use output-fd instead of data lines; this was actually the specified way. --- sm/gpgsm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sm/gpgsm.c') diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 9fe3205cb..0754d3a57 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -214,7 +214,6 @@ static ARGPARSE_OPTS opts[] = { { aVerify, "verify" , 256, N_("verify a signature")}, { aVerifyFiles, "verify-files" , 256, "@" }, { aListKeys, "list-keys", 256, N_("list keys")}, - { aListKeys, "list-keys", 256, N_("list keys")}, { aListExternalKeys, "list-external-keys", 256, N_("list external keys")}, { aListSecretKeys, "list-secret-keys", 256, N_("list secret keys")}, { aListSigs, "list-sigs", 256, N_("list certificate chain")}, -- cgit v1.2.3