]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/02/11 16:19:39
authordjm <djm>
Wed, 13 Feb 2002 02:55:06 +0000 (02:55 +0000)
committerdjm <djm>
Wed, 13 Feb 2002 02:55:06 +0000 (02:55 +0000)
     [sshd.c]
     include md5.h not hmac.h

ChangeLog
sshd.c

index eae9a9cbef82e68eb83adef29e052a49ceecd380..c93f1c3a560e4a78487c0423c100e19c52b7705e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
    - markus@cvs.openbsd.org 2002/02/11 16:17:55
      [sshd.c]
      do not complain about port > 1024 if rhosts-auth is disabled
+   - markus@cvs.openbsd.org 2002/02/11 16:19:39
+     [sshd.c]
+     include md5.h not hmac.h
 
 20020210
  - (djm) OpenBSD CVS Sync
diff --git a/sshd.c b/sshd.c
index 54eb5eb345fbba3b6d4699b7d5c8c6176be081d7..4b049e3874b45efb02a3b4858d6768f6cdd64242 100644 (file)
--- a/sshd.c
+++ b/sshd.c
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.225 2002/02/11 16:17:55 markus Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.226 2002/02/11 16:19:39 markus Exp $");
 
 #include <openssl/dh.h>
 #include <openssl/bn.h>
-#include <openssl/hmac.h>
+#include <openssl/md5.h>
 
 #include "ssh.h"
 #include "ssh1.h"
This page took 0.037558 seconds and 5 git commands to generate.