From 42d5e51a9879226d24a15dbdbe8146b0e2ff36f1 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Thu, 24 Mar 2022 19:41:28 +0000 Subject: [PATCH] Make test function name more accurate Signed-off-by: Paul Elliott --- tests/suites/test_suite_ssl.data | 2 +- tests/suites/test_suite_ssl.function | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/suites/test_suite_ssl.data b/tests/suites/test_suite_ssl.data index 86e84bb413..06afb2347e 100644 --- a/tests/suites/test_suite_ssl.data +++ b/tests/suites/test_suite_ssl.data @@ -4781,4 +4781,4 @@ Test configuration of groups for DHE through mbedtls_ssl_conf_groups() conf_group: Test accessor into timing_delay_context -timing_accessor +timing_final_delay_accessor diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function index bda2a96742..be381d54c2 100644 --- a/tests/suites/test_suite_ssl.function +++ b/tests/suites/test_suite_ssl.function @@ -5279,7 +5279,7 @@ void conf_group() /* END_CASE */ /* BEGIN_CASE depends_on:MBEDTLS_TIMING_C:MBEDTLS_HAVE_TIME */ -void timing_accessor( ) +void timing_final_delay_accessor( ) { mbedtls_timing_delay_context delay_context;