Avoid a potentially overflowing check
authortb <tb@openbsd.org>
Thu, 1 Jun 2023 02:34:23 +0000 (02:34 +0000)
committertb <tb@openbsd.org>
Thu, 1 Jun 2023 02:34:23 +0000 (02:34 +0000)
commit40d1347d0a5d08ba3c6fc8c4d67873541e164d3d
tree371c4bcf438a1b293d6e5068e73dc941454bae5d
parent0dcffd0d27e0f4753ef0d585a243805b3e68ce8d
Avoid a potentially overflowing check

This doesn't actually overflow, but still is poor style.

Speaking of which: this is now the second time I get to fix something
reported by Nicky Mouha by way of a blog post. The first time was the
actual SHA-3 buffer overflow in Python where it is not entirely clear
who screwed up and how. Hopefully next time proper communication will
happen and work.

ok jsing
lib/libcrypto/hkdf/hkdf.c