gnupg/g10 (5 files)
cvs user werner
cvs@cvs.gnupg.org
Sat, 27 Sep 2003 21:37:52 +0200
Date: Saturday, September 27, 2003 @ 21:37:52
Author: werner
Path: /cvs/gnupg/gnupg/g10
Added: cardglue.c cardglue.h
Modified: ChangeLog Makefile.am sign.c
First bits of a card support backport from 1.9. It is not enabled by
default and tehre is not yet much more than a new configure option.
* configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb.
(--enable-card-support): New.
* sign.c (do_sign) [ENABLE_CARD_SUPPORT]: Divert to card.
* cardglue.c, cardglue.h: New.
* Makefile.am (gpg_LDADD): Added.
(card_support_sources): New.
* memory.h (xmalloc): Define xmalloc macros in terms of m_alloc.
-------------+
ChangeLog | 8 ++++
Makefile.am | 7 +++
cardglue.c | 82 +++++++++++++++++++++++++++++++++++++++++++++
cardglue.h | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sign.c | 39 ++++++++++++++++++---
5 files changed, 233 insertions(+), 7 deletions(-)