From c6eb9dd9bbc883f07fcfdfdbadd1c8a6323a9045 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 5 May 2022 07:48:07 +0000 Subject: Fix includes of the removed kdferr.h --- src/lib/libcrypto/kdf/kdf.h | 3 +-- src/lib/libcrypto/kdf/kdf_err.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/libcrypto/kdf/kdf.h b/src/lib/libcrypto/kdf/kdf.h index d66107e954..f161752c13 100644 --- a/src/lib/libcrypto/kdf/kdf.h +++ b/src/lib/libcrypto/kdf/kdf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kdf.h,v 1.5 2022/05/04 18:49:50 tb Exp $ */ +/* $OpenBSD: kdf.h,v 1.6 2022/05/05 07:48:07 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -55,7 +55,6 @@ #ifndef HEADER_KDF_H # define HEADER_KDF_H -# include <openssl/kdferr.h> #ifdef __cplusplus extern "C" { #endif diff --git a/src/lib/libcrypto/kdf/kdf_err.c b/src/lib/libcrypto/kdf/kdf_err.c index 9d9644cd1d..b590d3e135 100644 --- a/src/lib/libcrypto/kdf/kdf_err.c +++ b/src/lib/libcrypto/kdf/kdf_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdf_err.c,v 1.6 2022/05/04 19:34:26 tb Exp $ */ +/* $OpenBSD: kdf_err.c,v 1.7 2022/05/05 07:48:07 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. * @@ -58,7 +58,7 @@ */ #include <openssl/err.h> -#include <openssl/kdferr.h> +#include <openssl/kdf.h> #ifndef OPENSSL_NO_ERR -- cgit v1.2.3-55-g6feb