selftests/tls: add SM4 algorithm dependency for tls selftests
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 18 Oct 2021 06:42:01 +0000 (14:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Oct 2021 12:52:11 +0000 (13:52 +0100)
commitd49fe5e8151711ed5276f049bc7f73e02dc141f8
tree2b8b3d9549a57bacdd09d6460b84bed7e5cebef0
parent5a20dd46b8b8459382685969cf0f196ae9fb9766
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>
tools/testing/selftests/net/config