diff options
author | Marcus Brinkmann <[email protected]> | 2001-11-21 21:09:50 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-11-21 21:09:50 +0000 |
commit | 42bdc1177dff1837da034e0cb322ad43449f0d02 (patch) | |
tree | a7fef9bb19b77d47eecbec2a6e46306e361169ea | |
parent | 2001-11-21 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-42bdc1177dff1837da034e0cb322ad43449f0d02.tar.gz gpgme-42bdc1177dff1837da034e0cb322ad43449f0d02.zip |
.
-rw-r--r-- | gpgmeplug/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog new file mode 100644 index 00000000..0b0e249d --- /dev/null +++ b/gpgmeplug/ChangeLog @@ -0,0 +1,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. + |