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)
commit6bfb56e93bcef41859c2d5ab234ffd80b691be35
tree170630f317036ed9b92b0d0fb7822e986f933c84
parent34f4335c16a5f4bb7da6c8d2d5e780b6a163846a
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