summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_md5.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-09-28 04:45:39 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-09-28 04:45:39 +0000
commit2ab8fdfdfd2725f7f58cb91304befeb8d360ddf6 (patch)
tree78b8943ea351c6ae64bb3911ff8bb65d29ff6ad4 /usr.bin/ssh/ssh_md5.h
parent9f4a6fa812c9ca6ac0b6df69d6a8dbf9e53a62c1 (diff)
convert all uses of gmp to SSL bignum
convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
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 */