]> 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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Jun 2022 20:18:39 +0000 (13:18 -0700)
commita923b186816d235f613c5eb2805fe717fb9752bb
tree170630f317036ed9b92b0d0fb7822e986f933c84
parent29fbd70c3a5fa01d7ca8f39603e1b083f8d9e970
cert host tools: Stop complaining about deprecated OpenSSL functions

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>
certs/extract-cert.c
scripts/sign-file.c