diff options
author | NIIBE Yutaka <[email protected]> | 2024-05-15 06:27:20 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-05-15 06:27:20 +0000 |
commit | e0543f97be007983a0a052df09a852a11331ee5d (patch) | |
tree | 63e74ffaf4bebac2c2ea9e54d15b322519fa6d6e /tpm2d/tpm2daemon.c | |
parent | common: Remove unused function. (diff) | |
download | gnupg-e0543f97be007983a0a052df09a852a11331ee5d.tar.gz gnupg-e0543f97be007983a0a052df09a852a11331ee5d.zip |
tpm2d: Use BYTE type to acces TPM2B object.
* tpm2d/tpm2.c (tpm2_SensitiveToDuplicate): Don't use the cast
of (TPM2B *).
--
While it works (since the actual access is done by the macros),
compiler may complain the alignment property of type BYTE * and TPM2B
object is different.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tpm2d/tpm2daemon.c')
0 files changed, 0 insertions, 0 deletions