aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 2406759e..4e9a6424 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,9 +1,9 @@
2001-10-29 Marcus Brinkmann <[email protected]>
- * context.h: New member signers_len. * signers.c
- (gpgme_signers_clear): Require that signers are non-NULL with
- assertion. Use signers_len to determine how much keys to release.
- Add documentation.
+ * context.h: New member signers_len.
+ * signers.c (gpgme_signers_clear): Require that signers are
+ non-NULL with assertion. Use signers_len to determine how much
+ keys to release. Add documentation.
(gpgme_signers_add): Use signers_len to determine if the buffer is
large enough. Use xtryrealloc rather than xtrymalloc and copying.
Add documentation.