2002-07-25 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 25 Jul 2002 17:51:42 +0000 (17:51 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 25 Jul 2002 17:51:42 +0000 (17:51 +0000)
commit1f2b33c0e0f184b7f79eb9d5222f85a2f2611b62
treea938e73141a42c09deaef1c5305c53bb583f85e8
parent099acb404a2a2f35b47175ac265c541670f613cc
2002-07-25  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (libgpgme_la_LDADD): Add @LIBOBJS@ for vasprintf and
fopencookie.
* vasprintf.c: Update to more recent libiberty version.
* debug.h: Replace #elsif with #elif.

Submitted by St�phane Corth�sy:
* util.h (vasprintf): Correct prototype.
* encrypt-sign.c: Include <stddef.h>.
(encrypt_sign_status_handler): Change type of ENCRYPT_INFO_LEN to
size_t.
* ath-pthread.c: Include <stdlib.h>, not <malloc.h>.
* ath-pth.c: Likewise.
trunk/gpgme/ChangeLog
trunk/gpgme/Makefile.am
trunk/gpgme/ath-pth.c
trunk/gpgme/ath-pthread.c
trunk/gpgme/debug.h
trunk/gpgme/encrypt-sign.c
trunk/gpgme/util.h
trunk/gpgme/vasprintf.c