Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libmbedtls: fix cipher_wrap.c for NIST AES Key Wrap mode
For AES Key Wrap mode, the *_ctx_clone() function is missing and therefore the wrong function pointers are assigned to .ctx_clone_func and .ctx_free_func when MBEDTLS_NIST_KW_C is enabled. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-By: Jerome Forissier <jerome.forissier@linaro.org>
- Loading branch information