From: tb Date: Fri, 27 Aug 2021 16:12:33 +0000 (+0000) Subject: Remove unused #include . X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5a2a2d25f82ad94b7ba9954991c5a01be0c58ba8;p=openbsd 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 --- 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