diff options
author | Tianjia Zhang <tianjia.zhang@linux.alibaba.com> | 2021-10-18 14:42:01 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-18 13:52:11 +0100 |
commit | d49fe5e8151711ed5276f049bc7f73e02dc141f8 (patch) | |
tree | 2b8b3d9549a57bacdd09d6460b84bed7e5cebef0 /tools | |
parent | 5a20dd46b8b8459382685969cf0f196ae9fb9766 (diff) | |
download | lwn-d49fe5e8151711ed5276f049bc7f73e02dc141f8.tar.gz lwn-d49fe5e8151711ed5276f049bc7f73e02dc141f8.zip |
selftests/tls: add SM4 algorithm dependency for tls selftests
Kernel TLS test has added SM4 GCM/CCM algorithm support, but SM4
algorithm is not compiled by default, this patch add SM4 config
dependency.
Reported-by: Hangbin Liu <liuhangbin@gmail.com>
Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index 21b646d10b88..86ab429fe7f3 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -43,3 +43,4 @@ CONFIG_NET_ACT_TUNNEL_KEY=m CONFIG_NET_ACT_MIRRED=m CONFIG_BAREUDP=m CONFIG_IPV6_IOAM6_LWTUNNEL=y +CONFIG_CRYPTO_SM4=y |