svn commit: samba r3697 - in branches/SAMBA_3_0/source/include: .
jerry at samba.org
jerry at samba.org
Fri Nov 12 03:36:15 GMT 2004
Author: jerry
Date: 2004-11-12 03:36:15 +0000 (Fri, 12 Nov 2004)
New Revision: 3697
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3697
Log:
BUG 2027: fix multiple declaration of MD5_CTX (do we really care about DOS compilers?). Will watch build farm though.
Modified:
branches/SAMBA_3_0/source/include/md5.h
Changeset:
Modified: branches/SAMBA_3_0/source/include/md5.h
===================================================================
--- branches/SAMBA_3_0/source/include/md5.h 2004-11-12 02:57:15 UTC (rev 3696)
+++ branches/SAMBA_3_0/source/include/md5.h 2004-11-12 03:36:15 UTC (rev 3697)
@@ -16,9 +16,4 @@
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 */
More information about the samba-cvs
mailing list