aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-06 19:32:54 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-06 19:32:54 +0800
commit8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0 (patch)
tree273817cca365e14fbb596b1f6c8d65727e88e9e2 /ChangeLog
parenta35e5f993fa4538431234bb3fde2f4be2e2cd26f (diff)
downloadgsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar.gz
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar.bz2
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar.lz
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar.xz
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.tar.zst
gsoc2013-evolution-8e70e42b1e00c9b04d1cfc24ccda38a7ff6f42a0.zip
new function : get file md5 signature. To be used in providers code.
1999-09-06 bertrand <Bertrand.Guiheneuf@aful.org> * camel/md5-utils.h: * camel/md5-utils.c: (md5_get_digest_from_file): new function : get file md5 signature. To be used in providers code. svn path=/trunk/; revision=1186
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc63a38fe..afafba88fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
changed names to follow camel style.
(md5_get_digest_from_stream):
new methods.
+ (md5_get_digest_from_file):
+ new function : get file md5 signature.
+ To be used in providers code.
* camel/md5-utils.c: imported md5 coding
routine from rpm. Compiles.