summaryrefslogtreecommitdiffstats
path: root/rules/host-libp11.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-02-12 21:38:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-02-17 09:30:23 +0100
commitf888440c1902e02abf020718120ee187d6610126 (patch)
tree0c6fdc720d3d4a204b6aed3e641a69dc0cabce04 /rules/host-libp11.make
parent5b71ea86d42724c9f18c586363fded801307252b (diff)
downloadptxdist-f888440c1902e02abf020718120ee187d6610126.tar.gz
ptxdist-f888440c1902e02abf020718120ee187d6610126.tar.xz
code-signing: fix engine path for openssl 3.x
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libp11.make')
-rw-r--r--rules/host-libp11.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-libp11.make b/rules/host-libp11.make
index 981fe7507..caeefdc01 100644
--- a/rules/host-libp11.make
+++ b/rules/host-libp11.make
@@ -28,7 +28,7 @@ HOST_LIBP11_CONF_OPT := \
--disable-strict \
--disable-pedantic \
--disable-api-doc \
- --with-enginesdir=/usr/lib/engines-1.1 \
+ --with-enginesdir=/usr/lib/engines-3 \
--with-pkcs11-module=
HOST_LIBP11_MAKE_PAR := NO