GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS acinclude.m4 configure.ac)

cvs user werner cvs@cvs.gnupg.org
Mon, 18 Aug 2003 19:34:28 +0200


    Date: Monday, August 18, 2003 @ 19:34:28
  Author: werner
    Path: /cvs/gnupg/gnupg
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog NEWS acinclude.m4 configure.ac

* Makefile.am: Add OPENSC_LIBS to all programs. 

* scdaemon.c, scdaemon.h: New option --disable-opensc.
* card.c (card_open): Implement it.
* apdu.c (open_osc_reader, osc_send_apdu): New.
(apdu_open_reader) [HAVE_OPENSC]: Use the opensc driver if not
disabled.
(error_string) [HAVE_OPENSC]: Use sc_strerror.
(send_apdu) [HAVE_OPENSC]: Call osc_apdu_send.


--------------+
 ChangeLog    |    6 +++
 NEWS         |    4 ++
 acinclude.m4 |   56 ++++++++++++++++++++++++++++
 configure.ac |  114 +++++++++++++++++++++++++++++++++++++--------------------
 4 files changed, 140 insertions(+), 40 deletions(-)