From: Thomas Roessler Date: Wed, 8 Oct 2003 19:56:28 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-5-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=196a83ab4c21b684df1d2f70761e31d06fe4f48d;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 9cc039d7..5ae7529d 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)