]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/lib/apps.c
APPS: Reduce deprecation warning suppression - ENGINE
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Sep 2020 16:01:06 +0000 (18:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 4 Oct 2020 11:23:03 +0000 (13:23 +0200)
commit6514dee7264d30be1ab9ab07f9798071184e7b7a
tree3970a529c35aa4df0aaa1d178cea2b9954319317
parent70c06aafa691a77861bd3d3aaf93afa2a55e04ce
APPS: Reduce deprecation warning suppression - ENGINE

Some of our apps turn off deprecation warnings solely for the sake of
ENGINE, and thereby shadowing other deprecations that we should take
better care of.

To solve this, all apps ENGINE functionality is move to one file,
where deprecation warning suppression is activate, and the same
suppression can then easily be removed in at least some of the apps.
Any remaining suppression that we still need to deal with should
happen as separate efforts.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13044)
apps/include/apps.h
apps/lib/apps.c
apps/lib/build.info
apps/lib/engine.c [new file with mode: 0644]
apps/req.c
apps/s_client.c