From 8d9a84ecfe5bf80834991c8cbb60167fa2bc25bd Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 11 Dec 1995 02:18:22 +0000 Subject: Add a structure definition to the MD* Contexts, so that cvs can use the standard libmd version of MD5 instead of it's own seperate copy.. --- lib/libmd/md4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libmd/md4.h') diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h index 22f7c06..ea4ec8a 100644 --- a/lib/libmd/md4.h +++ b/lib/libmd/md4.h @@ -26,7 +26,7 @@ #ifndef _MD4_H_ #define _MD4_H_ /* MD4 context. */ -typedef struct { +typedef struct MD4Context { unsigned long state[4]; /* state (ABCD) */ unsigned long count[2]; /* number of bits, modulo 2^64 (lsb first) */ unsigned char buffer[64]; /* input buffer */ -- cgit v1.1