diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2019-06-06 02:55:10 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019-06-06 02:55:10 +0200 |
commit | 72fe8d652fce6cb9104bb07ef0fb811cbab3303a (patch) | |
tree | 8027c2f0b21018a067bba2a6728b720671707a65 /doc/scdaemon.texi | |
parent | gpgparsemail: Die on parse error (not abort). (diff) | |
download | gnupg2-72fe8d652fce6cb9104bb07ef0fb811cbab3303a.tar.xz gnupg2-72fe8d652fce6cb9104bb07ef0fb811cbab3303a.zip |
scd: Bring back --card-timeout option as deprecated.
* doc/scdaemon.texi (card-timeout): Add.
* scd/scdaemon.c (main): Revert the change.
--
GnuPG-bug-id: 3383
Fixes-commit: 4262933ef6f7530b4ad55646250a6763de9bf103
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 575553f35..21c3fd826 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -286,6 +286,12 @@ To get a list of available CCID readers you may use this command: @end smallexample @end cartouche +@item --card-timeout @var{n} +@opindex card-timeout +This option is deprecated. In GnuPG 2.0, it used to be used for +DISCONNECT command to control timing issue. Since DISCONNECT command +works synchronously, it has no effect. + @item --enable-pinpad-varlen @opindex enable-pinpad-varlen Please specify this option when the card reader supports variable |