]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 12:59:24 +0000 (13:59 +0100)
commitaf8af2a7b0f0852b7dd4800494aa9ad7a47eddb2
treec42a020f910dfab4dfc2b498671ca30b95ad25d4
parent683a3eb60cfaa1bf255c87fbdd1db002f050f531
cert host tools: Stop complaining about deprecated OpenSSL functions

commit 6bfb56e93bcef41859c2d5ab234ffd80b691be35 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>
(cherry picked from commit 49eba53137f58b0ffc7374f61900677180730920)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
scripts/extract-cert.c
scripts/sign-file.c