Fix formatting.
authorMarcus Brinkmann <mb@g10code.com>
Mon, 29 Oct 2001 00:08:43 +0000 (00:08 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 29 Oct 2001 00:08:43 +0000 (00:08 +0000)
gpgme/ChangeLog

index 2406759ecf0af848b937fa2a3edfc825efb6ec8d..4e9a64248b53fa3e8b0bd51bdc5ae47340af6e85 100644 (file)
@@ -1,9 +1,9 @@
 2001-10-29  Marcus Brinkmann  <marcus@g10code.de>
 
-       * 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.