diff options
| author | Werner Koch <[email protected]> | 2021-02-02 11:57:00 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2021-02-02 11:57:00 +0000 |
| commit | 3491faa3bb62c1c96c6dd5947516128b2a966535 (patch) | |
| tree | d06e2fb008451789512a94cdf81d9b3a2496a04b /g10/options.h | |
| parent | card: List keys of pkcs#15 cards. (diff) | |
| download | gnupg-3491faa3bb62c1c96c6dd5947516128b2a966535.tar.gz gnupg-3491faa3bb62c1c96c6dd5947516128b2a966535.zip | |
gpg: Remove experimental feature to export w/o user-ids.
* g10/options.h (IMPORT_DROP_UIDS, EXPORT_DROP_UIDS): Remove.
* g10/import.c (parse_import_options): Remove option import-drop-uids.
(import_one_real): Remove drop uids code.
(remove_all_uids): Remove function.
* g10/export.c (parse_export_options): Remove option export-drop-uids.
(do_export_one_keyblock): Remove drop uids code.
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 2f4a76960..9e4309671 100644 --- a/g10/options.h +++ b/g10/options.h @@ -368,7 +368,6 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode; #define IMPORT_RESTORE (1<<10) #define IMPORT_REPAIR_KEYS (1<<11) #define IMPORT_DRY_RUN (1<<12) -#define IMPORT_DROP_UIDS (1<<13) #define IMPORT_SELF_SIGS_ONLY (1<<14) #define IMPORT_COLLAPSE_UIDS (1<<15) #define IMPORT_COLLAPSE_SUBKEYS (1<<16) @@ -383,7 +382,6 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode; #define EXPORT_PKA_FORMAT (1<<6) #define EXPORT_DANE_FORMAT (1<<7) #define EXPORT_BACKUP (1<<10) -#define EXPORT_DROP_UIDS (1<<13) #define LIST_SHOW_PHOTOS (1<<0) #define LIST_SHOW_POLICY_URLS (1<<1) |
