diff options
author | Werner Koch <[email protected]> | 2004-10-20 08:54:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-20 08:54:45 +0000 |
commit | d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3 (patch) | |
tree | 194a11c2a5fd9138ca8834fd5002a93bd591204c /doc/gpg-agent.texi | |
parent | Fixed copyright years (diff) | |
download | gnupg-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.tar.gz gnupg-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.zip |
* sc-investigate: Removed.
* Makefile.am (sc_investigate): Removed.
* pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func.
(handle_open): Succeed even without a present card.
(handle_status, handle_reset): New.
* apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.
(pcsc_get_status): Implemented.
(reset_pcsc_reader): Implemented.
(open_pcsc_reader): Succeed even with no card inserted.
(open_ccid_reader): Set LAST_STATUS.
* iso7816.c (iso7816_select_application): Always use 0 for P1.
Diffstat (limited to '')
-rw-r--r-- | doc/gpg-agent.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 26b5634cc..f361cbf6b 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -43,10 +43,8 @@ fi @end smallexample @noindent -If you want to use a curses based pinentry (which is usually also the -fallback mode for a GUI based pinentry), you should add these lines to -your @code{.bashrc} or whatever initialization file is used for all shell -invocations: +You should aleays add the following lines to your @code{.bashrc} or +whatever initialization file is used for all shell invocations: @smallexample GPG_TTY=`tty` |