]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl-install: Use i2d_PKCS7() instead of i2d_PKCS7_SIGNED()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 25 Feb 2025 07:32:33 +0000 (08:32 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 25 Feb 2025 09:49:53 +0000 (09:49 +0000)
commita5bfd056c19b589b1322c257702b32add1e209ca
treecb0acddda4115c1d8308249c069bea6a2bf0885c
parent1930f5afe6741cb8373edf27e808b2b852fb28fa
bootctl-install: Use i2d_PKCS7() instead of i2d_PKCS7_SIGNED()

For a detached signature, these are equivalent so let's use i2d_PKCS7()
like we do everywhere else.
src/bootctl/bootctl-install.c