From 613aeb90a16a794ba4f6c27aad55d71333886c51 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 5 May 2022 07:57:33 +0000 Subject: Adjust includes for LibreSSL ok beck jsing --- src/lib/libcrypto/kdf/hkdf_evp.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/kdf/hkdf_evp.c b/src/lib/libcrypto/kdf/hkdf_evp.c index a258cb7ec9..d87664d204 100644 --- a/src/lib/libcrypto/kdf/hkdf_evp.c +++ b/src/lib/libcrypto/kdf/hkdf_evp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hkdf_evp.c,v 1.8 2022/05/05 07:53:30 tb Exp $ */ +/* $OpenBSD: hkdf_evp.c,v 1.9 2022/05/05 07:57:33 tb Exp $ */ /* ==================================================================== * Copyright (c) 2016-2018 The OpenSSL Project. All rights reserved. * @@ -49,11 +49,14 @@ #include #include + +#include +#include #include +#include #include -#include -#include "internal/cryptlib.h" -#include "crypto/evp.h" + +#include "evp_locl.h" #define HKDF_MAXBUF 1024 -- cgit v1.2.3-55-g6feb