From 5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 16 Apr 2000 12:31:48 +1000 Subject: - Reduce diff against OpenBSD source - All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed --- kex.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'kex.h') diff --git a/kex.h b/kex.h index 29e1e887f..5395ebc3f 100644 --- a/kex.h +++ b/kex.h @@ -29,17 +29,6 @@ #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