mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 11:27:01 +00:00
State that all error codes are negative
This commit is contained in:
parent
737c6bef6a
commit
a741d39893
|
@ -45,7 +45,7 @@
|
||||||
* \brief Function return status.
|
* \brief Function return status.
|
||||||
*
|
*
|
||||||
* This is either #PSA_SUCCESS (which is zero), indicating success,
|
* This is either #PSA_SUCCESS (which is zero), indicating success,
|
||||||
* or a nonzero value indicating that an error occurred. Errors are
|
* or a small negative value indicating that an error occurred. Errors are
|
||||||
* encoded as one of the \c PSA_ERROR_xxx values defined here. */
|
* encoded as one of the \c PSA_ERROR_xxx values defined here. */
|
||||||
/* If #PSA_SUCCESS is already defined, it means that #psa_status_t
|
/* If #PSA_SUCCESS is already defined, it means that #psa_status_t
|
||||||
* is also defined in an external header, so prevent its multiple
|
* is also defined in an external header, so prevent its multiple
|
||||||
|
|
Loading…
Reference in a new issue