diff options
| author | Werner Koch <[email protected]> | 2004-10-20 09:39:56 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2004-10-20 09:39:56 +0000 |
| commit | 27d06166d3972b15749d8233459bde88764dae35 (patch) | |
| tree | 504b346e56d7d3a7fc156e8432b1aafd7c1fa820 /g10/apdu.h | |
| parent | * gpg.sgml: Minor language tweaks. (diff) | |
| download | gnupg-27d06166d3972b15749d8233459bde88764dae35.tar.gz gnupg-27d06166d3972b15749d8233459bde88764dae35.zip | |
* 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 'g10/apdu.h')
| -rw-r--r-- | g10/apdu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/apdu.h b/g10/apdu.h index f31e42e3d..e0f50b72b 100644 --- a/g10/apdu.h +++ b/g10/apdu.h @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id$ */ #ifndef APDU_H |
