commit | 6e7dc18ecf7ab9bc35f5973d0ee16592525c5ba9 | [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 | b89601ed50c0858ccaef712469797e329eb15f52 [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 );