diff options
author | Werner Koch <[email protected]> | 2014-08-12 08:36:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-14 07:55:09 +0000 |
commit | 71b55e91f02cdb65a8884892f71c4c7bf8a75247 (patch) | |
tree | 26b7107471109f9b5de96ee8b2360f95477ba7a0 /g10/options.h | |
parent | gpg: Add list-option "show-usage". (diff) | |
download | gnupg-71b55e91f02cdb65a8884892f71c4c7bf8a75247.tar.gz gnupg-71b55e91f02cdb65a8884892f71c4c7bf8a75247.zip |
gpg: Remove --compress-keys and --compress-sigs feature.
* g10/gpg.c (oCompressKeys, oCompressSigs): Remove.
(opts): Turn --compress-keys and --compress-signs in NOPs.
* g10/options.h (opt): Remove fields compress_keys and compress_sigs.
* g10/export.c (do_export): Remove compress_keys feature.
* g10/sign.c (sign_file): Remove compress_sigs feature.
--
These features are disabled in GnuPG since the very early days and
they fulfill no real purpose. For now we keep the command line
options as dummys.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 266b3e9c6..e407aa400 100644 --- a/g10/options.h +++ b/g10/options.h @@ -111,8 +111,7 @@ struct int skip_verify; int skip_hidden_recipients; - int compress_keys; - int compress_sigs; + /* TM_CLASSIC must be zero to accomodate trustdbs generated before we started storing the trust model inside the trustdb. */ enum |