aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-03-07 12:32:35 +0000
committerJustus Winter <[email protected]>2016-03-07 14:22:38 +0000
commit53ed98eda77ff2dcf390cebd0cec9f2665661863 (patch)
tree7c19ab53a4cb99a8895323bff4031ee99fb14ca3 /sm/gpgsm.h
parentkbx: Avoid undefined behavior. (diff)
downloadgnupg-53ed98eda77ff2dcf390cebd0cec9f2665661863.tar.gz
gnupg-53ed98eda77ff2dcf390cebd0cec9f2665661863.zip
sm: Remove unused argument '--fixed-passphrase'.
* doc/gpgsm.texi: Drop description. * sm/gpgsm.c (cmd_and_opt_values): Drop enum value. (opts): Drop argument. (main): Drop argument handling. * sm/gpgsm.h (struct opt): Drop field 'fixed_passphrase'. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 30e4fb345..44b4798ff 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -125,7 +125,6 @@ struct
int no_policy_check; /* ignore certificate policies */
int no_chain_validation; /* Bypass all cert chain validity tests */
int ignore_expiration; /* Ignore the notAfter validity checks. */
- char *fixed_passphrase; /* Passphrase used by regression tests. */
int auto_issuer_key_retrieve; /* try to retrieve a missing issuer key. */