commit | c750932f2cdd5a8c85b9b4402a8c76ec8499bdc6 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@mobica.com> | Tue Jan 08 09:36:01 2019 -0500 |
committer | Andrzej Kurek <andrzej.kurek@mobica.com> | Wed Jan 23 06:22:32 2019 -0500 |
tree | e372a2740d676018ccfcd2462be63ab4b88570f3 | |
parent | 9e0feff117616117f81644c5062803842aed0ce2 [diff] [blame] |
Adapt to the new key allocation mechanism
diff --git a/include/mbedtls/cipher_internal.h b/include/mbedtls/cipher_internal.h index 6687b36..d711339 100644 --- a/include/mbedtls/cipher_internal.h +++ b/include/mbedtls/cipher_internal.h
@@ -137,7 +137,7 @@ typedef struct { psa_algorithm_t alg; - psa_key_slot_t slot; + psa_key_handle_t slot; mbedtls_cipher_psa_key_ownership slot_state; } mbedtls_cipher_context_psa; #endif /* MBEDTLS_USE_PSA_CRYPTO */