Skip to content
Commit 41693d1c authored by Marc-Antoine Perennou's avatar Marc-Antoine Perennou Committed by David Howells
Browse files

sign-file: fix build with CMS support disabled



Some versions of openssl might have the CMS feature disabled
LibreSSL disables this feature too
If the feature is disabled, fallback to PKCS7

In file included from scripts/sign-file.c:46:0:
/usr/x86_64-pc-linux-gnu/include/openssl/cms.h:62:2: error: #error CMS is disabled.
 #error CMS is disabled.

Signed-off-by: default avatarMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 89053aa9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment