From 8f6ad591faed9b010269b6bb39ebf1bc10e392f6 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 5 May 2022 07:48:07 +0000 Subject: [PATCH] Fix includes of the removed kdferr.h --- lib/libcrypto/kdf/kdf.h | 3 +-- lib/libcrypto/kdf/kdf_err.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/kdf/kdf.h b/lib/libcrypto/kdf/kdf.h index d66107e9541..f161752c138 100644 --- a/lib/libcrypto/kdf/kdf.h +++ b/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 #ifdef __cplusplus extern "C" { #endif diff --git a/lib/libcrypto/kdf/kdf_err.c b/lib/libcrypto/kdf/kdf_err.c index 9d9644cd1d0..b590d3e1357 100644 --- a/lib/libcrypto/kdf/kdf_err.c +++ b/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 -#include +#include #ifndef OPENSSL_NO_ERR -- 2.20.1