summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-13 13:55:06 +1100
committerDamien Miller <djm@mindrot.org>2002-02-13 13:55:06 +1100
commit6a47f30c55ac5edc984f6c914379d1f0ff2c0cef (patch)
tree758baa5b2459dd475392b0bdc8f866498dbdf951 /sshd.c
parent654c03fd064618e3577d098837108263f4e5457a (diff)
- markus@cvs.openbsd.org 2002/02/11 16:19:39
[sshd.c] include md5.h not hmac.h
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 54eb5eb34..4b049e387 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,11 +40,11 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.225 2002/02/11 16:17:55 markus Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.226 2002/02/11 16:19:39 markus Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
47#include <openssl/hmac.h> 47#include <openssl/md5.h>
48 48
49#include "ssh.h" 49#include "ssh.h"
50#include "ssh1.h" 50#include "ssh1.h"