diff options
author | Gerald Carter <jerry@samba.org> | 2004-11-12 03:36:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:14 -0500 |
commit | 8a48be9cd65d24f3746006a7652ebba910b96361 (patch) | |
tree | d6da3dd7ed2e385a1e4300c31deac198e51851c3 /source3/include | |
parent | ecd1b0fffd414b7b6e28a741e9367eb92dd031d4 (diff) | |
download | samba-8a48be9cd65d24f3746006a7652ebba910b96361.tar.gz samba-8a48be9cd65d24f3746006a7652ebba910b96361.tar.bz2 samba-8a48be9cd65d24f3746006a7652ebba910b96361.zip |
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 b59aeb12c86f3630eb40f033b8c2b70e9a57675c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/md5.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/md5.h b/source3/include/md5.h index 6665171e7c..e4cd08ed5e 100644 --- a/source3/include/md5.h +++ b/source3/include/md5.h @@ -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 */ |