]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about DOS...
authorGerald Carter <jerry@samba.org>
Fri, 12 Nov 2004 03:36:15 +0000 (03:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:14 +0000 (10:53 -0500)
source/include/md5.h

index 6665171e7c57c3aef33c52d432fa809faa428d23..e4cd08ed5e851e789cc2a89c36e4ed278aba4650 100644 (file)
@@ -16,9 +16,4 @@ void MD5Update(struct MD5Context *context, unsigned char const *buf,
               unsigned len);
 void MD5Final(unsigned char digest[16], struct MD5Context *context);
 
-/*
- * This is needed to make RSAREF happy on some MS-DOS compilers.
- */
-typedef struct MD5Context MD5_CTX;
-
 #endif /* !MD5_H */