summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
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 06914756a..3e312fb44 100644
--- a/kex.h
+++ b/kex.h
@@ -29,7 +29,9 @@
29#include <signal.h> 29#include <signal.h>
30#include <openssl/evp.h> 30#include <openssl/evp.h>
31#include <openssl/hmac.h> 31#include <openssl/hmac.h>
32#ifdef OPENSSL_HAS_ECC
32#include <openssl/ec.h> 33#include <openssl/ec.h>
34#endif
33 35
34#define KEX_COOKIE_LEN 16 36#define KEX_COOKIE_LEN 16
35 37