.
authorMarcus Brinkmann <mb@g10code.com>
Wed, 21 Nov 2001 21:09:50 +0000 (21:09 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 21 Nov 2001 21:09:50 +0000 (21:09 +0000)
gpgmeplug/ChangeLog [new file with mode: 0644]

diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog
new file mode 100644 (file)
index 0000000..0b0e249
--- /dev/null
@@ -0,0 +1,9 @@
+2001-11-21  Marcus Brinkmann  <marcus@g10code.de>
+
+       * 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.
+