From f9c83d84e7d33df76898975f5ac852efa9c4882a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 1 Sep 2015 00:07:24 +0200 Subject: 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 --- g10/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'g10/options.h') 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; -- cgit v1.2.3