ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 5368c9c..4311fff 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -14474,7 +14474,6 @@
             -s "SSL - A message could not be parsed due to a syntactic error"
 
 # Test server-side buffer resizing with fragmented handshake on TLS1.2
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_certificate_authentication
 requires_config_enabled MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
@@ -14492,7 +14491,6 @@
             -s "Consume: waiting for more handshake fragments 256/"
 
 # Test client-initiated renegotiation with fragmented handshake on TLS1.2
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_certificate_authentication
 requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
@@ -14510,7 +14508,6 @@
             -s "Prepare: waiting for more handshake fragments 512/" \
             -s "Consume: waiting for more handshake fragments 512/" \
 
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_certificate_authentication
 requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
@@ -14528,7 +14525,6 @@
             -s "Prepare: waiting for more handshake fragments 256/" \
             -s "Consume: waiting for more handshake fragments 256/" \
 
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
 requires_certificate_authentication
@@ -14547,7 +14543,6 @@
             -s "Prepare: waiting for more handshake fragments 128/" \
             -s "Consume: waiting for more handshake fragments 128/" \
 
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
 requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
@@ -14566,7 +14561,6 @@
             -s "Consume: waiting for more handshake fragments 4/" \
 
 # Test server-initiated renegotiation with fragmented handshake on TLS1.2
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_certificate_authentication
 requires_config_enabled MBEDTLS_SSL_RENEGOTIATION
@@ -14588,7 +14582,6 @@
 # of 16 is necessary, as it sets the maximum record depth to match it.
 # Splitting messages during the renegotiation process requires a deeper
 # stack to accommodate the increased processing complexity.
-requires_openssl_3_x
 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
 requires_certificate_authentication
 requires_config_enabled MBEDTLS_SSL_RENEGOTIATION