Factor repeated condition to its own macro

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function
index a7f5445..ebb9a1a 100644
--- a/tests/suites/test_suite_ssl.function
+++ b/tests/suites/test_suite_ssl.function
@@ -4055,16 +4055,12 @@
 }
 /* END_CASE */
 
-/* BEGIN_CASE depends_on:MBEDTLS_CIPHER_MODE_CBC:MBEDTLS_AES_C:MBEDTLS_SSL_PROTO_TLS1_2:MBEDTLS_TEST_HOOKS */
+/* BEGIN_CASE depends_on:MBEDTLS_SSL_SOME_SUITES_USE_TLS_CBC:MBEDTLS_TEST_HOOKS */
 void ssl_cf_hmac( int hash )
 {
     /*
      * Test the function mbedtls_ssl_cf_hmac() against a reference
      * implementation.
-     *
-     * Note: the dependency is actually on TLS 1.0-1.2 and (AES or ARIA or
-     * Camellia or DES), but since the test framework doesn't support
-     * alternation in dependencies, just depend on the most common.
      */
     mbedtls_md_context_t ctx, ref_ctx;
     const mbedtls_md_info_t *md_info;