diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-07 07:27:12 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-07 07:27:12 +0800 |
commit | 9043c1aa7a31915129d14f913c9126557ca49402 (patch) | |
tree | 303048164217d1da978037b3a44582e55851028f /ChangeLog | |
parent | fe269dcef34863055a9641c300c20b9760f70ab2 (diff) | |
download | gsoc2013-evolution-9043c1aa7a31915129d14f913c9126557ca49402.tar.gz gsoc2013-evolution-9043c1aa7a31915129d14f913c9126557ca49402.tar.zst gsoc2013-evolution-9043c1aa7a31915129d14f913c9126557ca49402.zip |
camel/md5-utils.c Documented all funcs.
1999-09-07 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/md5-utils.c
Documented all funcs.
(md5_get_digest_from_stream):
correct typo.
(md5_get_digest_from_file):
same typo corrected.
svn path=/trunk/; revision=1189
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 1999-09-07 bertrand <Bertrand.Guiheneuf@aful.org> + * camel/md5-utils.c + Documented all funcs. + + (md5_get_digest_from_stream): + correct typo. + (md5_get_digest_from_file): + same typo corrected. + + * camel/md5-utils.h : raw routines are declared public now. Md5 use has to be versatile. |