edk2/SecurityPkg/Library/HashLibTpm2
Mike Beaton 7410754041 SecurityPkg/HashLibTpm2: Fix unused variable usage
There is an unused variable in
SecurityPkg/Library/HashLibTpm2/HashLibTpm2PeilessSecLib.c
which is spotted by CLANG builds.

The correct fix here is not to just remove the unused assignment,
but rather to fix the line following it, which should have been using
the unused value in the way that it now does.

Fixes: 9c651ef83a

Co-authored-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
2025-11-29 18:21:50 +01:00
..
HashLibTpm2.c SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
HashLibTpm2.inf SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
HashLibTpm2.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
HashLibTpm2PeilessSecLib.c SecurityPkg/HashLibTpm2: Fix unused variable usage 2025-11-29 18:21:50 +01:00
HashLibTpm2PeilessSecLib.inf SecurityPkg/Library: introduce HashLibTpm2PeilessSec 2025-09-30 11:39:04 +00:00