From 5a2a2d25f82ad94b7ba9954991c5a01be0c58ba8 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 27 Aug 2021 16:12:33 +0000 Subject: [PATCH] Remove unused #include . This is from upstream where there is an assert() that EVP_MD_size(digest) matches the length returned by HMAC(). We avoid asserts in our libraries. From Martin Vahlensieck --- lib/libcrypto/hkdf/hkdf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/hkdf/hkdf.c b/lib/libcrypto/hkdf/hkdf.c index b8be10bfcb8..e912481d486 100644 --- a/lib/libcrypto/hkdf/hkdf.c +++ b/lib/libcrypto/hkdf/hkdf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hkdf.c,v 1.4 2019/11/21 20:02:20 tim Exp $ */ +/* $OpenBSD: hkdf.c,v 1.5 2021/08/27 16:12:33 tb Exp $ */ /* Copyright (c) 2014, Google Inc. * * Permission to use, copy, modify, and/or distribute this software for any @@ -16,7 +16,6 @@ #include -#include #include #include -- 2.20.1