From: Marcus Brinkmann Date: Wed, 21 Nov 2001 21:09:50 +0000 (+0000) Subject: . X-Git-Tag: gpgme-0-3-0~94 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42bdc1177dff1837da034e0cb322ad43449f0d02;p=gpgme.git . --- diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog new file mode 100644 index 0000000..0b0e249 --- /dev/null +++ b/gpgmeplug/ChangeLog @@ -0,0 +1,9 @@ +2001-11-21 Marcus Brinkmann + + * gpgmeplug.c: Include config.h only if [HAVE_CONFIG_H]. Do not + include util.h. + (deinitialize): Use free, not _gpgme_free. + (setDirectoryServers): Use calloc, not xtrycalloc. Use free, not + _gpgme_free. Use malloc instead xtrymalloc. + (appendDirectoryServer): Use realloc, not xtryrealloc. +