]> git.ipfire.org Git - thirdparty/systemd.git/commit
tpm2-util: make tpm2_pcr_extend_bytes() declaration match its implementation
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 19 Jan 2026 12:42:34 +0000 (13:42 +0100)
committerVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 19 Jan 2026 12:52:33 +0000 (13:52 +0100)
commitf99f843f24caae612a2727bbe7511db2a38944da
treeac3cfd52ea874666110cfec410f1a9c83340c54f
parent15b1c334dff04708e2ba6ba712a1474f0128563c
tpm2-util: make tpm2_pcr_extend_bytes() declaration match its implementation

tpm2_pcr_extend_bytes() has differences in parameter names between the
declaration and the implementation, in particular, 'event' in the header is
named 'event_type' in the implementation.
src/shared/tpm2-util.h