diff options
Diffstat (limited to 'src/lib/libcrypto/ecdh/ecdh_kdf.c')
-rw-r--r-- | src/lib/libcrypto/ecdh/ecdh_kdf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdh_kdf.c b/src/lib/libcrypto/ecdh/ecdh_kdf.c index 5c22e9c8ea..bcd718c47b 100644 --- a/src/lib/libcrypto/ecdh/ecdh_kdf.c +++ b/src/lib/libcrypto/ecdh/ecdh_kdf.c | |||
@@ -52,10 +52,11 @@ | |||
52 | 52 | ||
53 | #include <string.h> | 53 | #include <string.h> |
54 | 54 | ||
55 | #include <openssl/ecdh.h> | ||
55 | #include <openssl/ec.h> | 56 | #include <openssl/ec.h> |
56 | #include <openssl/evp.h> | 57 | #include <openssl/evp.h> |
57 | 58 | ||
58 | #include "ech_local.h" | 59 | #include "ec_local.h" |
59 | 60 | ||
60 | /* | 61 | /* |
61 | * Key derivation function from X9.63/SECG. | 62 | * Key derivation function from X9.63/SECG. |