selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
authorKristen Carlson Accardi <kristen@linux.intel.com>
Fri, 12 Aug 2022 18:07:13 +0000 (11:07 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 15 Aug 2022 22:50:07 +0000 (16:50 -0600)
commit5f4d1fd5b5d3506759b5d9cf20bb5fb5b8bdcab1
treed28b9397e347439c9fc1acd38b695009648965dc
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868
selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning

OpenSSL 3.0 deprecates some of the functions used in the SGX
selftests, causing build errors on new distros. For now ignore
the warnings until support for the functions is no longer
available and mark FIXME so that it can be clear this should
be removed at some point.

Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sgx/sigstruct.c