commit | 2349c4db882624f96c654c91f1a71464f998f974 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@mobica.com> | Tue Jan 08 09:36:01 2019 -0500 |
committer | Andrzej Kurek <andrzej.kurek@mobica.com> | Tue Jan 08 09:36:01 2019 -0500 |
tree | cea9cf1ab82abbe0e9e2797c5647c5ddaa7610b9 | |
parent | a49a94a536dd8a05d94a0746a39d6b1df7c07ea9 [diff] [blame] |
Adapt to the new key allocation mechanism
diff --git a/tests/suites/test_suite_x509write.function b/tests/suites/test_suite_x509write.function index bf43a80..268b4bb 100644 --- a/tests/suites/test_suite_x509write.function +++ b/tests/suites/test_suite_x509write.function
@@ -133,7 +133,7 @@ int cert_type ) { mbedtls_pk_context key; - psa_key_slot_t slot; + psa_key_handle_t slot; psa_algorithm_t md_alg_psa; mbedtls_x509write_csr req; unsigned char buf[4096];