mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 18:51:06 +00:00
Merge pull request #129 from ARMmbed/small_documentation_fix
Documentation fix
This commit is contained in:
commit
357da5a009
|
@ -67,7 +67,7 @@ extern "C" {
|
||||||
* PSA_SUCCESS. We must not define PSA_SUCCESS ourselves in that case;
|
* PSA_SUCCESS. We must not define PSA_SUCCESS ourselves in that case;
|
||||||
* the other error code names don't clash. Also define psa_status_t as
|
* the other error code names don't clash. Also define psa_status_t as
|
||||||
* an alias for the type used by PSA IPC. This is a temporary hack
|
* an alias for the type used by PSA IPC. This is a temporary hack
|
||||||
* until we unify error reporting in PSA IPC and PSA crypo.
|
* until we unify error reporting in PSA IPC and PSA crypto.
|
||||||
*
|
*
|
||||||
* Note that psa_defs.h must be included before this header!
|
* Note that psa_defs.h must be included before this header!
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue