summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 01:53:15 +0100
committerDamien Miller <djm@mindrot.org>2002-02-05 01:53:15 +0100
commit3a8262ffcc04afca626d457da65fc1076681073c (patch)
tree4be24965f0736d9dc9871439eea28296fbea88c8
parent - stevesk@cvs.openbsd.org 2002/01/24 21:13:23 (diff)
downloadopenssh-3a8262ffcc04afca626d457da65fc1076681073c.tar.xz
openssh-3a8262ffcc04afca626d457da65fc1076681073c.zip
- markus@cvs.openbsd.org 2002/01/25 21:00:24
[sshconnect2.c] unused include
-rw-r--r--ChangeLog5
-rw-r--r--sshconnect2.c10
2 files changed, 5 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 75dffcd4a..abcb900c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
- stevesk@cvs.openbsd.org 2002/01/24 21:13:23
[packet.c]
need misc.h for set_nodelay()
+ - markus@cvs.openbsd.org 2002/01/25 21:00:24
+ [sshconnect2.c]
+ unused include
20020130
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
@@ -7409,4 +7412,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1800 2002/02/05 00:52:54 djm Exp $
+$Id: ChangeLog,v 1.1801 2002/02/05 00:53:15 djm Exp $
diff --git a/sshconnect2.c b/sshconnect2.c
index 3e5ca7ad1..e4e20cad2 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,26 +23,18 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.93 2002/01/13 17:57:37 markus Exp $");
-
-#include <openssl/bn.h>
-#include <openssl/md5.h>
-#include <openssl/dh.h>
-#include <openssl/hmac.h>
+RCSID("$OpenBSD: sshconnect2.c,v 1.94 2002/01/25 21:00:24 markus Exp $");
#include "ssh.h"
#include "ssh2.h"
#include "xmalloc.h"
-#include "rsa.h"
#include "buffer.h"
#include "packet.h"
-#include "uidswap.h"
#include "compat.h"
#include "bufaux.h"
#include "cipher.h"
#include "kex.h"
#include "myproposal.h"
-#include "key.h"
#include "sshconnect.h"
#include "authfile.h"
#include "dh.h"