summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordtucker <dtucker>2010-09-10 02:28:24 +0000
committerdtucker <dtucker>2010-09-10 02:28:24 +0000
commit1137575c1bc9a009678fb83a00d0f005591c2344 (patch)
tree142fa0b5335c910115e3e8d4a7f42cd9ba93c178 /kex.h
parent1127d8c5918e0c1e8b587248fb18e4ba40b3d917 (diff)
downloadopenssh-1137575c1bc9a009678fb83a00d0f005591c2344.tar.gz
- (dtucker) [kex.h key.c packet.h ssh-agent.c ssh.c] A few more ECC ifdefs
for missing headers and compiler warnings.
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kex.h b/kex.h
index 06914756..3e312fb4 100644
--- a/kex.h
+++ b/kex.h
@@ -29,7 +29,9 @@
#include <signal.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
+#ifdef OPENSSL_HAS_ECC
#include <openssl/ec.h>
+#endif
#define KEX_COOKIE_LEN 16