diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-09-05 16:12:16 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-09-05 16:12:16 +0000 |
commit | 0cb5041a8c52963eebf656899c7622ffc20e7e53 (patch) | |
tree | 565c2a67a4e052546fd1f2eb03ea9ba48752a1f2 /lib | |
parent | f5e8ef46240dd0a744f892e995d0c545ac800004 (diff) |
Include correct header.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/ecdh/ecdh_kdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ecdh/ecdh_kdf.c b/lib/libcrypto/ecdh/ecdh_kdf.c index f7ada7b40bd..5d2de740528 100644 --- a/lib/libcrypto/ecdh/ecdh_kdf.c +++ b/lib/libcrypto/ecdh/ecdh_kdf.c @@ -55,7 +55,7 @@ #include <openssl/ec.h> #include <openssl/evp.h> -#include "ec_lcl.h" +#include "ech_locl.h" /* * Key derivation function from X9.63/SECG. |