mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 18:15:37 +01:00
69c303360e
Previously, a call to mbedtls_x509_crt_xxx_release() would return MBEDTLS_ERR_THREADING_MUTEX_ERROR if usage counter for the frame/PK was 0. Now that resource counting can also be used outside of threading support, this is no longer adequate, and this commit changes the return code to MBEDTLS_ERR_X509_FATAL_ERROR; while generic, this at least matches the top-level module. |
||
---|---|---|
.. | ||
mbedtls | ||
tinycrypt | ||
.gitignore | ||
CMakeLists.txt |