commit | 75a5a9c2051206d01b68669c203b39afce009ec3 | [log] [tgz] |
---|---|---|
author | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Mon Jun 12 11:21:18 2023 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Tue Jun 13 09:57:23 2023 +0200 |
tree | 5c092818af46e5ca38b413d81607fd797d71184a | |
parent | 1051f856dc7fe9bd9e8279bc714c1edb131f7cec [diff] |
Code cleanup 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 fd10595..a7efa93 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_key_type_t psa_type = 0; + psa_key_type_t psa_type = PSA_KEY_TYPE_NONE; size_t psa_bits; MD_OR_USE_PSA_INIT();