commit | b579ccd529b6102babb2cfde76241936b6fab207 | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Apr 13 14:28:28 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Apr 13 14:29:29 2021 +0200 |
tree | 9f9bb6366bb6b54c92448c4e9d9402b344306b9a | |
parent | bca65e4ffd4cd526d698bf8637e641c73d0e8f24 [diff] [blame] |
The still used deprecated error codes replaced with _PLATFORM_ ones Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index e367fbd..6c28574 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -7567,7 +7567,7 @@ case PSA_ERROR_INSUFFICIENT_MEMORY: return( MBEDTLS_ERR_MD_ALLOC_FAILED ); default: - return( MBEDTLS_ERR_MD_HW_ACCEL_FAILED ); + return( MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED ); } } return( 0 );