commit | 77aec8d181ab882c85f4c88df8b07aa7284f98ea | [log] [tgz] |
---|---|---|
author | Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com> | Mon Jan 31 20:22:53 2022 +0100 |
committer | Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com> | Mon Jan 31 20:22:53 2022 +0100 |
tree | 8bb0a6ba7671cb6e2900d87c487962fa9af28106 | |
parent | be47ecf5e22a45028b5a5291512a114664e10018 [diff] [blame] |
Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 4f2caa2..a669da6 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -2056,7 +2056,7 @@ * * \return corresponding mbedtls error code */ -static inline int ssl_psa_status_to_mbedtls( psa_status_t status ) +static inline int psa_ssl_status_to_mbedtls( psa_status_t status ) { switch( status ) {