summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordamien <damien>2000-04-16 02:31:48 +0000
committerdamien <damien>2000-04-16 02:31:48 +0000
commit051a29f7739eba1a8d6f848ac6994ebc9303983f (patch)
treec9860bb0365baa85fc32dd216295b78efd8a757a /kex.h
parentb0072a0e6ce1099ee37a373007d920e3c87aa0ea (diff)
downloadopenssh-051a29f7739eba1a8d6f848ac6994ebc9303983f.tar.gz
- 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
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/kex.h b/kex.h
index 29e1e887..5395ebc3 100644
--- a/kex.h
+++ b/kex.h
@@ -29,17 +29,6 @@
#ifndef KEX_H
#define KEX_H
-#include "config.h"
-
-#ifdef HAVE_OPENSSL
-# include <openssl/bn.h>
-# include <openssl/evp.h>
-#endif
-#ifdef HAVE_SSL
-# include <ssl/bn.h>
-# include <ssl/evp.h>
-#endif
-
#define KEX_DH1 "diffie-hellman-group1-sha1"
#define KEX_DSS "ssh-dss"