commit | da4fba64b8602036bc72d4beb2818a42981c9f10 | [log] [tgz] |
---|---|---|
author | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Fri Jun 02 14:52:28 2023 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Tue Jun 06 12:31:09 2023 +0200 |
tree | 505efd7d3dbf0014b136bbcf15c3da41e6b6ceff | |
parent | 152bb4632b977ea48f46c35090002acbbb2b1005 [diff] [blame] |
Further code optimizations Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function index 6f9e544..fd10595 100644 --- a/tests/suites/test_suite_ssl.function +++ b/tests/suites/test_suite_ssl.function
@@ -3591,7 +3591,7 @@ /* BEGIN_CASE */ void elliptic_curve_get_properties() { - psa_ecc_family_t psa_family; + psa_key_type_t psa_type = 0; size_t psa_bits; MD_OR_USE_PSA_INIT();