summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/des/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/des/md4.h')
-rw-r--r--source4/heimdal/lib/des/md4.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/source4/heimdal/lib/des/md4.h b/source4/heimdal/lib/des/md4.h
index 92147c8489..79055e0fb0 100644
--- a/source4/heimdal/lib/des/md4.h
+++ b/source4/heimdal/lib/des/md4.h
@@ -31,11 +31,22 @@
* SUCH DAMAGE.
*/
-/* $Id: md4.h,v 1.9 2005/04/10 19:12:38 lha Exp $ */
+/* $Id: md4.h,v 1.10 2006/01/08 21:47:28 lha Exp $ */
#ifndef HEIM_MD4_H
#define HEIM_MD4_H 1
+/* symbol renaming */
+#define MD4_Init hc_MD4_Init
+#define MD4_Update hc_MD4_Update
+#define MD4_Final hc_MD4_Final
+
+/*
+ *
+ */
+
+#define MD4_DIGEST_LENGTH 16
+
struct md4 {
unsigned int sz[2];
u_int32_t counter[4];