aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-08-31 22:07:24 +0000
committerWerner Koch <[email protected]>2015-09-01 05:37:12 +0000
commitf9c83d84e7d33df76898975f5ac852efa9c4882a (patch)
tree5245f4744fff3edbbcbc8494db9a780a973f5de0 /g10/options.h
parentcommon: Assume an utf-8 locale on iconv errors. (diff)
downloadgnupg-f9c83d84e7d33df76898975f5ac852efa9c4882a.tar.gz
gnupg-f9c83d84e7d33df76898975f5ac852efa9c4882a.zip
gpg: Remove option --no-sig-create-check.
* g10/gpg.c (opts): Remove --no-sig-create-check. * g10/options.h (struct opt): Remove field no_sig_create_check. * g10/sign.c (do_sign): Always check unless it is RSA and we are using Libgcrypt 1.7. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index 465c5b215..fd2f4a2f6 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -191,7 +191,6 @@ struct
int try_all_secrets;
int no_expensive_trust_checks;
int no_sig_cache;
- int no_sig_create_check;
int no_auto_check_trustdb;
int preserve_permissions;
int no_homedir_creation;