diff options
author | David Shaw <[email protected]> | 2005-06-10 03:15:25 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-06-10 03:15:25 +0000 |
commit | 1594883f2f99d6a46a8053e60a2051a5954a7591 (patch) | |
tree | b1aebf3e352f878062c78f4abef7c9a758ff650e /g10/options.h | |
parent | * options.h, export.c (do_export_stream), keyedit.c (keyedit_menu, (diff) | |
download | gnupg-1594883f2f99d6a46a8053e60a2051a5954a7591.tar.gz gnupg-1594883f2f99d6a46a8053e60a2051a5954a7591.zip |
* options.h, import.c (parse_import_options, delete_inv_parts):
import-unusable-sigs is now a noop.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 6741fa657..87c10673f 100644 --- a/g10/options.h +++ b/g10/options.h @@ -251,7 +251,6 @@ struct { #define IMPORT_FAST (1<<2) #define IMPORT_SK2PK (1<<3) #define IMPORT_MERGE_ONLY (1<<4) -#define IMPORT_UNUSABLE_SIGS (1<<5) #define EXPORT_LOCAL_SIGS (1<<0) #define EXPORT_ATTRIBUTES (1<<1) |