diff options
author | Justus Winter <[email protected]> | 2016-03-07 12:32:35 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-03-07 14:22:38 +0000 |
commit | 53ed98eda77ff2dcf390cebd0cec9f2665661863 (patch) | |
tree | 7c19ab53a4cb99a8895323bff4031ee99fb14ca3 /doc | |
parent | kbx: Avoid undefined behavior. (diff) | |
download | gnupg-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 'doc')
-rw-r--r-- | doc/gpgsm.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 2bcbec570..dc57e4b7c 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -737,12 +737,6 @@ This is actually not a debugging option but only useful as such. It lets @command{gpgsm} ignore all notAfter dates, this is used by the regression tests. -@item --fixed-passphrase @var{string} -@opindex fixed-passphrase -Supply the passphrase @var{string} to the gpg-protect-tool. This -option is only useful for the regression tests included with this -package and may be revised or removed at any time without notice. - @item --no-common-certs-import @opindex no-common-certs-import Suppress the import of common certificates on keybox creation. |