mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: "Fixes to vm and sgx test builds" * tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/vm: fix inability to build any vm tests selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
This commit is contained in:
@@ -40,6 +40,7 @@ ifeq (0,$(MAKELEVEL))
|
||||
endif
|
||||
endif
|
||||
selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
|
||||
top_srcdir = $(selfdir)/../../..
|
||||
|
||||
# The following are built by lib.mk common compile rules.
|
||||
# TEST_CUSTOM_PROGS should be used by tests that require
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
#include "defines.h"
|
||||
#include "main.h"
|
||||
|
||||
/*
|
||||
* FIXME: OpenSSL 3.0 has deprecated some functions. For now just ignore
|
||||
* the warnings.
|
||||
*/
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
struct q1q2_ctx {
|
||||
BN_CTX *bn_ctx;
|
||||
BIGNUM *m;
|
||||
|
||||
Reference in New Issue
Block a user