Remove deprecation warning suppression from genpkey
authorMatt Caswell <matt@openssl.org>
Mon, 2 Nov 2020 11:04:06 +0000 (11:04 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Nov 2020 16:45:03 +0000 (16:45 +0000)
commit0f386f2eb036d3efc61427b0f83cf5db654d0d49
tree8d92e93edefa0ef1f2f592b64f3d3410744a564e
parent931d5b4b27fcc907e3ff4d4328c59a5f285a44fb
Remove deprecation warning suppression from genpkey

genpkey was supressing deprecation warnings in order to support ENGINE
functionality. We move all of that into a separate file so that we don't
need to suppress the warnings anymore.

Fixes #13118

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13454)
apps/genpkey.c
apps/include/apps.h
apps/lib/engine.c