mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-20 04:24:51 +00:00
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 | ||