summaryrefslogtreecommitdiffstats
path: root/src/pcrlock/pcrlock.c
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-11-03 18:48:53 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-11-05 14:26:21 +0100
commitcf0238d8543e481831ec47c33f5c0b8350f18a8e (patch)
treefcfe0cc6609365c0e55bce04e8a8482f140e3e6c /src/pcrlock/pcrlock.c
parentmkosi: Add ruff and mypy to tools tree packages (diff)
downloadsystemd-cf0238d8543e481831ec47c33f5c0b8350f18a8e.tar.xz
systemd-cf0238d8543e481831ec47c33f5c0b8350f18a8e.zip
pcrlock: Move pe_hash() and uki_hash() to pe-binary.h
Let's move these to shared so we can reuse pe_hash() in the upcoming systemd-sbsign.
Diffstat (limited to 'src/pcrlock/pcrlock.c')
-rw-r--r--src/pcrlock/pcrlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcrlock/pcrlock.c b/src/pcrlock/pcrlock.c
index c1915761ee..d824914ae7 100644
--- a/src/pcrlock/pcrlock.c
+++ b/src/pcrlock/pcrlock.c
@@ -40,7 +40,7 @@
#include "path-util.h"
#include "pcrextend-util.h"
#include "pcrlock-firmware.h"
-#include "pehash.h"
+#include "pe-binary.h"
#include "pretty-print.h"
#include "proc-cmdline.h"
#include "random-util.h"