Fix incomplete deprecation guard in test/sslapitest.c
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2021 23:00:41 +0000 (00:00 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Jan 2021 10:19:25 +0000 (11:19 +0100)
commit39f3427dc1cd8cf72cf4b3c8c26256874a067bfd
tree8545644e31f5739f86ef30e9a80eab6392e32e69
parent3f6e891d423ed911eb779bfd1401a26ec18cfa41
Fix incomplete deprecation guard in test/sslapitest.c

OPENSSL_NO_DEPRECATED_3_0 should be used rather than OPENSSL_NO_DEPRECATED,
as the latter doesn't take the configuration option '--api=' in account.

Fixes #13865

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13866)
test/sslapitest.c