summaryrefslogtreecommitdiffstats
path: root/kex.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-09-10 12:28:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2010-09-10 12:28:24 +1000
commit8ccb7392e7ea45d2997afdfa981a450c7db85211 (patch)
tree5dd0769c5ec6a54fffb0e77a670bdc4e84046a6c /kex.h
parent6af914a15c0c33e8b5bab5ca61919b8562ff1db9 (diff)
- (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