]> 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)
commit62d1215d909525b467804029eca98c1d301260b4
treec315a17112b786c9721a74279edad55571c40912
parent6f2095ebc9527d839ae0db001746eddc7dddecc0
cert host tools: Stop complaining about deprecated OpenSSL functions

commit bc8b88a12050caa9fe922259b74aa7d437c5937a 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