summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/ecdh/ech_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/ecdh/ech_key.c')
-rw-r--r--deps/openssl/openssl/crypto/ecdh/ech_key.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/ecdh/ech_key.c b/deps/openssl/openssl/crypto/ecdh/ech_key.c
index 2988899ea2..f44da9298b 100644
--- a/deps/openssl/openssl/crypto/ecdh/ech_key.c
+++ b/deps/openssl/openssl/crypto/ecdh/ech_key.c
@@ -68,6 +68,9 @@
*/
#include "ech_locl.h"
+#ifndef OPENSSL_NO_ENGINE
+#include <openssl/engine.h>
+#endif
int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
EC_KEY *eckey,