diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-08-24 11:22:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-08-24 13:40:37 +0200 |
commit | 46c5a1383a1b269edc7304bc9fe44e2600b431de (patch) | |
tree | 047e654b6de9068c40db457d73959e7b46af3713 /src/boot/measure.c | |
parent | tpm2: unify symbolic name infra for PCRs (diff) | |
download | systemd-46c5a1383a1b269edc7304bc9fe44e2600b431de.tar.xz systemd-46c5a1383a1b269edc7304bc9fe44e2600b431de.zip |
fundemental: split out UKI defines into its own header
The UKI sections have little to do with the PCRs, hence give them their
own header.
Diffstat (limited to 'src/boot/measure.c')
-rw-r--r-- | src/boot/measure.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/measure.c b/src/boot/measure.c index 393d8dab11..abd562f72e 100644 --- a/src/boot/measure.c +++ b/src/boot/measure.c @@ -20,6 +20,7 @@ #include "terminal-util.h" #include "tpm-pcr.h" #include "tpm2-util.h" +#include "uki.h" #include "verbs.h" /* Tool for pre-calculating expected TPM PCR values based on measured resources. This is intended to be used |