From 8ccb7392e7ea45d2997afdfa981a450c7db85211 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 10 Sep 2010 12:28:24 +1000 Subject: - (dtucker) [kex.h key.c packet.h ssh-agent.c ssh.c] A few more ECC ifdefs for missing headers and compiler warnings. --- kex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kex.h') diff --git a/kex.h b/kex.h index 06914756a..3e312fb44 100644 --- a/kex.h +++ b/kex.h @@ -29,7 +29,9 @@ #include #include #include +#ifdef OPENSSL_HAS_ECC #include +#endif #define KEX_COOKIE_LEN 16 -- cgit v1.2.3