=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-agent.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/ssh-agent.c 1999/09/30 08:34:25 1.6 +++ src/usr.bin/ssh/ssh-agent.c 1999/09/30 17:08:52 1.7 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: ssh-agent.c,v 1.6 1999/09/30 08:34:25 deraadt Exp $"); +RCSID("$Id: ssh-agent.c,v 1.7 1999/09/30 17:08:52 deraadt Exp $"); #include "ssh.h" #include "rsa.h" @@ -23,10 +23,11 @@ #include "bufaux.h" #include "xmalloc.h" #include "packet.h" -#include "ssh_md5.h" #include "getput.h" #include "mpaux.h" +#include + typedef struct { int fd; @@ -78,7 +79,7 @@ int i, pub_bits, len; BIGNUM *pub_e, *pub_n, *challenge; Buffer msg; - struct MD5Context md; + MD5_CTX md; unsigned char buf[32], mdbuf[16], session_id[16]; unsigned int response_type;