]> git.baikalelectronics.ru Git - kernel.git/commit
cert host tools: Stop complaining about deprecated OpenSSL functions
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Jun 2022 20:18:39 +0000 (13:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Nov 2022 16:42:10 +0000 (17:42 +0100)
commit1048008bed51db8c7e359a970e6fb4acad658574
treec315a17112b786c9721a74279edad55571c40912
parenta7b015cb022532e6f430e3cf84e26480086d46a4
cert host tools: Stop complaining about deprecated OpenSSL functions

commit a923b186816d235f613c5eb2805fe717fb9752bb upstream.

OpenSSL 3.0 deprecated the OpenSSL's ENGINE API.  That is as may be, but
the kernel build host tools still use it.  Disable the warning about
deprecated declarations until somebody who cares fixes it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/extract-cert.c
scripts/sign-file.c