diff options
-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. |