mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 01:56:48 +00:00
Cross reference 'key handles' from INVALID_HANDLE
This commit is contained in:
parent
07f16b78ff
commit
3c2b80377b
|
@ -268,7 +268,7 @@
|
|||
* to read from a resource. */
|
||||
#define PSA_ERROR_INSUFFICIENT_DATA ((psa_status_t)-143)
|
||||
|
||||
/** The key handle is not valid.
|
||||
/** The key handle is not valid. See also :ref:\`key-handles\`.
|
||||
*/
|
||||
#define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136)
|
||||
|
||||
|
|
Loading…
Reference in a new issue