cert host tools: Stop complaining about deprecated OpenSSL functions lineage-19.1
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Jun 2022 20:18:39 +0000 (13:18 -0700)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 1 Nov 2022 15:43:02 +0000 (11:43 -0400)
commit175c7ca40eac424ed0771ee501404e333dc97d97
tree833cee2e350731ea466152dce4f6c32b555f2ca7
parentab6583f5177d4d1b3d483ecfbbf9edde98e2be9a
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>
Change-Id: I655a75665920983abc9c3b0d73abfcb34f41b610
scripts/extract-cert.c
scripts/sign-file.c