X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fsign-file.c;h=7434e9ea926e2ab44b6c1b683c677340ee0c0f8e;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=fbd34b8e8f578aba003533348c907899779fb62c;hpb=4b31ac485daabc50483598500055d63ce5677cc3;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/scripts/sign-file.c b/scripts/sign-file.c index fbd34b8..7434e9e 100644 --- a/scripts/sign-file.c +++ b/scripts/sign-file.c @@ -30,6 +30,13 @@ #include /* + * OpenSSL 3.0 deprecates the OpenSSL's ENGINE API. + * + * Remove this if/when that API is no longer used + */ +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + +/* * Use CMS if we have openssl-1.0.0 or newer available - otherwise we have to * assume that it's not available and its header file is missing and that we * should use PKCS#7 instead. Switching to the older PKCS#7 format restricts