summaryrefslogtreecommitdiff
path: root/kexecdh.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexecdh.c')
-rw-r--r--kexecdh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexecdh.c b/kexecdh.c
index f59d7b903..4c58a5122 100644
--- a/kexecdh.c
+++ b/kexecdh.c
@@ -26,6 +26,8 @@
26 26
27#include "includes.h" 27#include "includes.h"
28 28
29#ifdef OPENSSL_HAS_ECC
30
29#include <sys/types.h> 31#include <sys/types.h>
30 32
31#include <signal.h> 33#include <signal.h>
@@ -116,3 +118,4 @@ kex_ecdh_hash(
116 *hashlen = EVP_MD_size(evp_md); 118 *hashlen = EVP_MD_size(evp_md);
117} 119}
118 120
121#endif /* OPENSSL_HAS_ECC */