tpm2-software / tpm2-tss

OSS implementation of the TCG TPM2 Software Stack (TSS2)
https://tpm2-software.github.io
BSD 2-Clause "Simplified" License
715 stars 352 forks source link

FAPI: Fix wrong format directive in ifap_set_auth #2860

Open JuergenReppSIT opened 4 days ago

JuergenReppSIT commented 4 days ago

%u was used for a 16 bit unsigned integer and %lu for sizeof. Fixes: #2856