blob: 0b0e249d5c5be1158e4fb0014de5a32482695a98 (
plain)
1
2
3
4
5
6
7
8
9
|
2001-11-21 Marcus Brinkmann <[email protected]>
* 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.
|