]> 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)
commitbc8b88a12050caa9fe922259b74aa7d437c5937a
tree170630f317036ed9b92b0d0fb7822e986f933c84
parent7a01019085c16b4ccf3bf7b55b1c27bf32c5f26d
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