diff options
-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 */ |