diff options
author | David Shaw <[email protected]> | 2004-03-05 00:01:25 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-03-05 00:01:25 +0000 |
commit | 1e0151452986e42dd201b2b574b5f2d4a001812c (patch) | |
tree | ff031151969f6a5cb096db1e9b39bd20cd298133 /g10/options.h | |
parent | * iobuf.c (block_filter): Remove the old gpg indeterminate length mode. (diff) | |
download | gnupg-1e0151452986e42dd201b2b574b5f2d4a001812c.tar.gz gnupg-1e0151452986e42dd201b2b574b5f2d4a001812c.zip |
* revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c
(passphrase_to_dek), keyserver.c (print_keyrec): A few more places to use
--keyid-format.
* options.h, g10.c (main), export.c (parse_export_options,
do_export_stream): Remove --export-all and the "include-non-rfc"
export-option as they are no longer meaningful with the removal of v3
Elgamal keys.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g10/options.h b/g10/options.h index ee76a29e1..e948a1d53 100644 --- a/g10/options.h +++ b/g10/options.h @@ -242,10 +242,9 @@ struct #define IMPORT_SK2PK (1<<3) #define IMPORT_MERGE_ONLY (1<<4) -#define EXPORT_INCLUDE_NON_RFC (1<<0) -#define EXPORT_INCLUDE_LOCAL_SIGS (1<<1) -#define EXPORT_INCLUDE_ATTRIBUTES (1<<2) -#define EXPORT_INCLUDE_SENSITIVE_REVKEYS (1<<3) +#define EXPORT_INCLUDE_LOCAL_SIGS (1<<0) +#define EXPORT_INCLUDE_ATTRIBUTES (1<<1) +#define EXPORT_INCLUDE_SENSITIVE_REVKEYS (1<<2) #define LIST_SHOW_PHOTOS (1<<0) #define LIST_SHOW_POLICY_URLS (1<<1) |