summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/ssh_md5.h')
-rw-r--r--usr.bin/ssh/ssh_md5.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_md5.h b/usr.bin/ssh/ssh_md5.h
index 999fea945a2..e7380ce740b 100644
--- a/usr.bin/ssh/ssh_md5.h
+++ b/usr.bin/ssh/ssh_md5.h
@@ -19,9 +19,4 @@ void MD5Final(unsigned char digest[16], struct MD5Context *context);
#define MD5Transform ssh_MD5Transform
void MD5Transform(uint32 buf[4], const unsigned char in[64]);
-/*
- * This is needed to make RSAREF happy on some MS-DOS compilers.
- */
-typedef struct MD5Context MD5_CTX;
-
#endif /* !MD5_H */