aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/md5.h')
-rwxr-xr-xinclude/asterisk/md5.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asterisk/md5.h b/include/asterisk/md5.h
index e264f686d..53a40c272 100755
--- a/include/asterisk/md5.h
+++ b/include/asterisk/md5.h
@@ -19,9 +19,4 @@ void MD5Update(struct MD5Context *context, unsigned char const *buf,
void MD5Final(unsigned char digest[16], struct MD5Context *context);
void MD5Transform(uint32 buf[4], uint32 const in[16]);
-/*
- * This is needed to make RSAREF happy on some MS-DOS compilers.
- */
-typedef struct MD5Context MD5_CTX;
-
#endif /* !MD5_H */