gnupg (ChangeLog configure.ac)
cvs user werner
cvs@cvs.gnupg.org
Sat, 27 Sep 2003 21:37:53 +0200
Date: Saturday, September 27, 2003 @ 21:37:53
Author: werner
Path: /cvs/gnupg/gnupg
Modified: ChangeLog configure.ac
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 | 5 +++++
configure.ac | 29 ++++++++++++++++++++++++++++-
2 files changed, 33 insertions(+), 1 deletion(-)