delete openssl version requirement for openssl client, because the bug only occurs on openssl server
Signed-off-by: Zhangsen Wang <zhangsen.wang@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 18aad87..230f232 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -9170,8 +9170,8 @@
0 \
-s "fragmenting handshake message"
-## The two tests below require 1.1.1a or higher version of openssl, otherwise
-## it might trigger a bug due to openssl (https://github.com/openssl/openssl/issues/6902)
+## The test below requires 1.1.1a or higher version of openssl, otherwise
+## it might trigger a bug due to openssl server (https://github.com/openssl/openssl/issues/6902)
requires_openssl_next
requires_config_enabled MBEDTLS_SSL_PROTO_DTLS
requires_config_enabled MBEDTLS_RSA_C
@@ -9189,7 +9189,6 @@
-c "fragmenting handshake message" \
-C "error"
-requires_openssl_next
requires_config_enabled MBEDTLS_SSL_PROTO_DTLS
requires_config_enabled MBEDTLS_RSA_C
requires_config_enabled MBEDTLS_ECDSA_C