1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Cross reference 'key handles' from INVALID_HANDLE

This commit is contained in:
Andrew Thoelke
2019-08-22 12:20:12 +01:00
parent 07f16b78ff
commit 3c2b80377b

View File

@ -268,7 +268,7 @@
* to read from a resource. */ * to read from a resource. */
#define PSA_ERROR_INSUFFICIENT_DATA ((psa_status_t)-143) #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) #define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136)