From 1383bd8eb91a8ec9c8d283679faec5925b0ccc42 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 6 Apr 2000 12:32:37 +1000 Subject: - OpenBSD CVS update: - [channels.c] close efd on eof - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h] ssh2 client implementation, interops w/ ssh.com and lsh servers. - [sshconnect.c] missing free. - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c] remove unused argument, split cipher_mask() - [clientloop.c] re-order: group ssh1 vs. ssh2 - Make Redhat spec require openssl >= 0.9.5a --- kex.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kex.h') diff --git a/kex.h b/kex.h index f9e799948..81c41342a 100644 --- a/kex.h +++ b/kex.h @@ -29,6 +29,17 @@ #ifndef KEX_H #define KEX_H +#include "config.h" + +#ifdef HAVE_OPENSSL +# include +# include +#endif +#ifdef HAVE_SSL +# include +# include +#endif + #define KEX_DH1 "diffie-hellman-group1-sha1" #define KEX_DSS "ssh-dss" -- cgit v1.2.3