summaryrefslogtreecommitdiff
path: root/crypto/ecdh/ech_ossl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-06-28 13:09:34 +0000
committerRichard Levitte <levitte@openssl.org>2004-06-28 13:09:34 +0000
commitae6a9be99610d17322b177aa17dd66c86a3c3c2a (patch)
tree29b18aa04bccb52beefff85e5377f9ac033af5eb /crypto/ecdh/ech_ossl.c
parent07e88f6269b97909ab3964e3a0f33f3cd8b0674e (diff)
downloadopenssl-new-ae6a9be99610d17322b177aa17dd66c86a3c3c2a.tar.gz
Recent (and not so recent) changes from HEAD.
Diffstat (limited to 'crypto/ecdh/ech_ossl.c')
-rw-r--r--crypto/ecdh/ech_ossl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecdh/ech_ossl.c b/crypto/ecdh/ech_ossl.c
index c7633bac7f..d61e54f184 100644
--- a/crypto/ecdh/ech_ossl.c
+++ b/crypto/ecdh/ech_ossl.c
@@ -77,6 +77,7 @@
#include <openssl/err.h>
#include <openssl/sha.h>
#include <openssl/obj_mac.h>
+#include <openssl/bn.h>
static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key, EC_KEY *ecdh,
void *(*KDF)(void *in, size_t inlen, void *out, size_t outlen));