aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjia Zhang <[email protected]>2021-10-18 14:42:01 +0800
committerDavid S. Miller <[email protected]>2021-10-18 13:52:11 +0100
commitd49fe5e8151711ed5276f049bc7f73e02dc141f8 (patch)
tree2b8b3d9549a57bacdd09d6460b84bed7e5cebef0
parent5a20dd46b8b8459382685969cf0f196ae9fb9766 (diff)
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 <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: Tianjia Zhang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--tools/testing/selftests/net/config1
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