]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/tpm2-util.c
tpm2: remove all extern tpm2-tss symbols
authorDan Streetman <ddstreet@ieee.org>
Fri, 5 May 2023 23:49:49 +0000 (19:49 -0400)
committerDan Streetman <ddstreet@ieee.org>
Wed, 31 May 2023 13:23:22 +0000 (09:23 -0400)
commitb57a7b3d9b7e1d4081cd1a4abb0772c3b5d3ccb2
tree6eeeb5739783f204e7428a669037ed19c6ac8fb4
parent9944909e68e06d903d828aeca4a48abc6285f74e
tpm2: remove all extern tpm2-tss symbols

These library syms should be restricted to use only in tpm2-util.c,
and all other code should use simpler functions exported in tpm2-util.h.

Also move the Esys_Freep() cleanup function into tpm-util.c, and make
tpm2-tss symbols static.
src/shared/tpm2-util.c
src/shared/tpm2-util.h