From 436c347c5c743689757f5e6f07928caf8e9ed16f Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 13 Feb 2002 02:55:06 +0000 Subject: [PATCH] - markus@cvs.openbsd.org 2002/02/11 16:19:39 [sshd.c] include md5.h not hmac.h --- ChangeLog | 3 +++ sshd.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eae9a9cb..c93f1c3a 100644 --- 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 54eb5eb3..4b049e38 100644 --- a/sshd.c +++ b/sshd.c @@ -40,11 +40,11 @@ */ #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 #include -#include +#include #include "ssh.h" #include "ssh1.h" -- 2.45.1