From: Thomas Roessler Date: Wed, 8 Oct 2003 19:56:28 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e3e1702a31cc9891040b8bdfb2aa1d00ca062fb;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 9cc039d74..5ae7529db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-08 19:55:39 Thomas Roessler (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) * query.c: Fiy memory corruption. (# 1659)