mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Merge pull request #7089 from sergio-nsk/patch-2
Backport 2.28: Fix unreachable code compiler warning in psa_crypto_driver_wrappers.c
This commit is contained in:
@ -1060,8 +1060,9 @@ psa_status_t psa_driver_wrapper_cipher_decrypt_setup(
|
||||
}
|
||||
|
||||
return status;
|
||||
#endif /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
||||
#else /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
||||
return PSA_ERROR_NOT_SUPPORTED;
|
||||
#endif /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
||||
|
||||
/* Add cases for opaque driver here */
|
||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||
|
Reference in New Issue
Block a user