commit | 848ecce990bee1db92f412d7531981b51cda2985 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Mar 22 10:58:48 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Mar 22 15:14:52 2022 +0800 |
tree | b19c4bfffc3e82533447f04ee38825bfe35787d3 | |
parent | 5a0afc8a129798962a61da7bd37c69397c6e92a5 [diff] [blame] |
fix wrong typo in function name Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/pk_wrap.h b/library/pk_wrap.h index ae970f9..d4a90ab 100644 --- a/library/pk_wrap.h +++ b/library/pk_wrap.h
@@ -143,7 +143,7 @@ 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)