fix wrong typo in function name
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
5a0afc8a12
commit
848ecce990
2 changed files with 5 additions and 5 deletions
|
@ -143,7 +143,7 @@ extern const mbedtls_pk_info_t mbedtls_pk_opaque_info;
|
|||
int mbedtls_pk_error_from_psa( psa_status_t status );
|
||||
|
||||
#if defined(PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY)
|
||||
int mbedtls_pk_error_from_psa_ecdca( psa_status_t status );
|
||||
int mbedtls_pk_error_from_psa_ecdsa( psa_status_t status );
|
||||
#endif
|
||||
|
||||
#if defined(PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue