gnupg/include (ChangeLog memory.h)

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/include

Modified: ChangeLog memory.h

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 |    4 ++++
 memory.h  |    9 +++++++++
 2 files changed, 13 insertions(+)