diff options
author | jsing <> | 2019-09-05 16:12:15 +0000 |
---|---|---|
committer | jsing <> | 2019-09-05 16:12:15 +0000 |
commit | 884d3675a94a8e06041d3f4aa68a246349ab5bad (patch) | |
tree | 95c46ba771c9f738669b79e28aa339200746d4cd | |
parent | 29e66ad1336ba288f564d9a6f13460cb52ae946e (diff) | |
download | openbsd-884d3675a94a8e06041d3f4aa68a246349ab5bad.tar.gz openbsd-884d3675a94a8e06041d3f4aa68a246349ab5bad.tar.bz2 openbsd-884d3675a94a8e06041d3f4aa68a246349ab5bad.zip |
Include correct header.
-rw-r--r-- | src/lib/libcrypto/ecdh/ecdh_kdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdh_kdf.c b/src/lib/libcrypto/ecdh/ecdh_kdf.c index f7ada7b40b..5d2de74052 100644 --- a/src/lib/libcrypto/ecdh/ecdh_kdf.c +++ b/src/lib/libcrypto/ecdh/ecdh_kdf.c | |||
@@ -55,7 +55,7 @@ | |||
55 | #include <openssl/ec.h> | 55 | #include <openssl/ec.h> |
56 | #include <openssl/evp.h> | 56 | #include <openssl/evp.h> |
57 | 57 | ||
58 | #include "ec_lcl.h" | 58 | #include "ech_locl.h" |
59 | 59 | ||
60 | /* | 60 | /* |
61 | * Key derivation function from X9.63/SECG. | 61 | * Key derivation function from X9.63/SECG. |