1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about DOS compilers?). Will watch build farm though.

(This used to be commit b59aeb12c8)
This commit is contained in:
Gerald Carter 2004-11-12 03:36:15 +00:00 committed by Gerald (Jerry) Carter
parent ecd1b0fffd
commit 8a48be9cd6

View 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 */