]> granicus.if.org Git - neomutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 8 Oct 2003 19:56:28 +0000 (19:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 8 Oct 2003 19:56:28 +0000 (19:56 +0000)
ChangeLog

index 9cc039d74ed2003fd159f3867c84a53f28f2161d..5ae7529dbecdeded036fca6d5bcf5faa5d95ee43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-08 19:55:39  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * pgpkey.c: KeyTable is pgp_uid_t **, not pgp_key_t *.  Fix some
+       sizeof statements accordingly.  Note that pgp_key_t is also a
+       pointer, though, so this should not have broken things.
+
 2003-10-06 09:58:35  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
 
        * query.c: Fiy memory corruption. (# 1659)