From 2ec0e7173627c60082309f3b4bed31a4d4350bf2 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 25 Dec 2001 21:12:07 +0000 Subject: Version 0.1.10 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@396 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/md5.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/asterisk/md5.h') diff --git a/include/asterisk/md5.h b/include/asterisk/md5.h index e264f686d..53a40c272 100755 --- a/include/asterisk/md5.h +++ b/include/asterisk/md5.h @@ -19,9 +19,4 @@ void MD5Update(struct MD5Context *context, unsigned char const *buf, void MD5Final(unsigned char digest[16], struct MD5Context *context); void MD5Transform(uint32 buf[4], uint32 const in[16]); -/* - * This is needed to make RSAREF happy on some MS-DOS compilers. - */ -typedef struct MD5Context MD5_CTX; - #endif /* !MD5_H */ -- cgit v1.2.3