=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rsa.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/Attic/auth-rsa.c 1999/09/29 21:14:15 1.2 +++ src/usr.bin/ssh/Attic/auth-rsa.c 1999/09/30 17:08:51 1.3 @@ -16,17 +16,17 @@ */ #include "includes.h" -RCSID("$Id: auth-rsa.c,v 1.2 1999/09/29 21:14:15 deraadt Exp $"); +RCSID("$Id: auth-rsa.c,v 1.3 1999/09/30 17:08:51 deraadt Exp $"); #include "rsa.h" #include "packet.h" #include "xmalloc.h" #include "ssh.h" -#include "ssh_md5.h" #include "mpaux.h" #include "uidswap.h" #include +#include /* Flags that may be set in authorized_keys options. */ extern int no_port_forwarding_flag; @@ -60,7 +60,7 @@ RSA *pk; BN_CTX *ctx = BN_CTX_new(); unsigned char buf[32], mdbuf[16], response[16]; - struct MD5Context md; + MD5_CTX md; unsigned int i; int plen, len;