diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-03 04:45:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-03 04:45:42 +0800 |
commit | ae2d0ca936f9f8995d92bf9553a7750a168a4a95 (patch) | |
tree | 10f890974e2660b792b73e946f256cd6db8559d5 /e-util/ChangeLog | |
parent | 57a95b0977bdab7030a06090a8ac33d38ce6f4e5 (diff) | |
download | gsoc2013-evolution-ae2d0ca936f9f8995d92bf9553a7750a168a4a95.tar.gz gsoc2013-evolution-ae2d0ca936f9f8995d92bf9553a7750a168a4a95.tar.zst gsoc2013-evolution-ae2d0ca936f9f8995d92bf9553a7750a168a4a95.zip |
Move the struct into md5-utils.c - this is a kludgey hack around the fact
2002-01-02 Jeffrey Stedfast <fejj@ximian.com>
* md5-utils.h: Move the struct into md5-utils.c - this is a
kludgey hack around the fact that NSS also defines
MD5Context. Besides, this should be a private struct anyway.
svn path=/trunk/; revision=15227
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 2bcb5f8820..69b4d4d02f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2002-01-02 Jeffrey Stedfast <fejj@ximian.com> + + * md5-utils.h: Move the struct into md5-utils.c - this is a + kludgey hack around the fact that NSS also defines + MD5Context. Besides, this should be a private struct anyway. + 2002-01-02 JP Rosevear <jpr@ximian.com> * e-dialog-utils.c (e_gnome_dialog_set_parent): util function |