summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/des/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/des/md5.h')
-rw-r--r--source4/heimdal/lib/des/md5.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/source4/heimdal/lib/des/md5.h b/source4/heimdal/lib/des/md5.h
index c0463e02d7..534bc9917e 100644
--- a/source4/heimdal/lib/des/md5.h
+++ b/source4/heimdal/lib/des/md5.h
@@ -31,11 +31,22 @@
* SUCH DAMAGE.
*/
-/* $Id: md5.h,v 1.9 2005/04/10 19:14:34 lha Exp $ */
+/* $Id: md5.h,v 1.10 2006/01/08 21:47:28 lha Exp $ */
#ifndef HEIM_MD5_H
#define HEIM_MD5_H 1
+/* symbol renaming */
+#define MD5_Init hc_MD5_Init
+#define MD5_Update hc_MD5_Update
+#define MD5_Final hc_MD5_Final
+
+/*
+ *
+ */
+
+#define MD5_DIGEST_LENGTH 16
+
struct md5 {
unsigned int sz[2];
u_int32_t counter[4];