kernel/scripts/sign-file.c
.. .. @@ -30,6 +30,13 @@ 30 30 #include <openssl/engine.h> 31 31 32 32 /* 33 + * OpenSSL 3.0 deprecates the OpenSSL's ENGINE API.34 + *35 + * Remove this if/when that API is no longer used36 + */37 +#pragma GCC diagnostic ignored "-Wdeprecated-declarations"38 +39 +/*33 40 * Use CMS if we have openssl-1.0.0 or newer available - otherwise we have to 34 41 * assume that it's not available and its header file is missing and that we 35 42 * should use PKCS#7 instead. Switching to the older PKCS#7 format restricts