]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/02/11 16:15:46
authordjm <djm>
Wed, 13 Feb 2002 02:54:27 +0000 (02:54 +0000)
committerdjm <djm>
Wed, 13 Feb 2002 02:54:27 +0000 (02:54 +0000)
     [sshconnect1.c]
     include md5.h, not evp.h

ChangeLog
sshconnect1.c

index 5c578ac0c73e1daf81cfc47516ad73f459ceebb1..34b7dc575346c2e643d7c6f32d3d14b242fdd7fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
      [kex.c]
      restore kexinit handler if we reset the dispatcher, this unbreaks
      rekeying s/kex_clear_dispatch/kex_reset_dispatch/
+   - markus@cvs.openbsd.org 2002/02/11 16:15:46
+     [sshconnect1.c]
+     include md5.h, not evp.h
 
 20020210
  - (djm) OpenBSD CVS Sync
index 8b577fb0aa9079013bd383ab85e7bc06fdc8ceb1..d7722f4b9bf400becf267d73b07121e3b21732f9 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect1.c,v 1.47 2001/12/28 14:50:54 markus Exp $");
+RCSID("$OpenBSD: sshconnect1.c,v 1.48 2002/02/11 16:15:46 markus Exp $");
 
 #include <openssl/bn.h>
-#include <openssl/evp.h>
+#include <openssl/md5.h>
 
 #ifdef KRB4
 #include <krb.h>
This page took 0.076123 seconds and 5 git commands to generate.