diff options
author | Werner Koch <[email protected]> | 2016-07-14 13:19:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-14 13:19:36 +0000 |
commit | 1e9bc66a9a60de668890452d504eea3c3c614f7e (patch) | |
tree | 4b766609e6ec76b677cae137621dc26831131d4d /g10/options.h | |
parent | po: Complete update of the Norwegian translation (diff) | |
download | gnupg-1e9bc66a9a60de668890452d504eea3c3c614f7e.tar.gz gnupg-1e9bc66a9a60de668890452d504eea3c3c614f7e.zip |
gpg: Remove options --print-dane-records and --print-pka-records.
* g10/gpg.c (main): Remove options but print a dedicated warning.
* g10/options.h (struct opt): Remove fields 'print_dane_records' and
'print_pka_records'.
* g10/keylist.c (list_keyblock): Do not call list_keyblock_pka.
(list_keyblock_pka): Remove.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 3c4f0fe38..ccd8acb18 100644 --- a/g10/options.h +++ b/g10/options.h @@ -78,8 +78,6 @@ struct int with_wkd_hash; /* Option --with-wkd-hash. */ int fingerprint; /* list fingerprints */ int list_sigs; /* list signatures */ - int print_pka_records; - int print_dane_records; int no_armor; int list_packets; /* Option --list-packets active. */ int def_cipher_algo; |