mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <justus@g10code.com>
This commit is contained in:
parent
a68ca5a904
commit
53ed98eda7
3 changed files with 0 additions and 10 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue