Skip to content
Closed
Prev Previous commit
make lint happy
  • Loading branch information
panva committed Jul 23, 2022
commit c8d7b2cbb32459dc7cbfe1941fb5c878ab6f73b3
2 changes: 1 addition & 1 deletion src/crypto/crypto_hkdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool HKDFTraits::DeriveBits(
return false;
}

// TODO: Once support for OpenSSL 1.1.1 is dropped the whole
// TODO(panva): Once support for OpenSSL 1.1.1 is dropped the whole
// of HKDFTraits::DeriveBits can be refactored to use
// EVP_KDF which does handle zero length key.
if (params.key->GetSymmetricKeySize() != 0) {
Expand Down