=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/cipher.c 1999/09/30 14:05:41 1.7 +++ src/usr.bin/ssh/cipher.c 1999/09/30 17:08:52 1.8 @@ -12,12 +12,13 @@ */ #include "includes.h" -RCSID("$Id: cipher.c,v 1.7 1999/09/30 14:05:41 provos Exp $"); +RCSID("$Id: cipher.c,v 1.8 1999/09/30 17:08:52 deraadt Exp $"); #include "ssh.h" #include "cipher.h" -#include "ssh_md5.h" +#include + /* * What kind of tripple DES are these 2 routines? * @@ -172,7 +173,7 @@ void cipher_set_key_string(CipherContext *context, int cipher, const char *passphrase, int for_encryption) { - struct MD5Context md; + MD5_CTX md; unsigned char digest[16]; MD5Init(&md);