mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 15:50:47 -04:00
Fix compiler warning: unreachable code
Signed-off-by: Sergey <sergio_nsk@yahoo.de>
This commit is contained in:
parent
a15b405a46
commit
26f53f107e
@ -1060,8 +1060,9 @@ psa_status_t psa_driver_wrapper_cipher_decrypt_setup(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
#endif /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
#else /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
||||||
return PSA_ERROR_NOT_SUPPORTED;
|
return PSA_ERROR_NOT_SUPPORTED;
|
||||||
|
#endif /* MBEDTLS_PSA_BUILTIN_CIPHER */
|
||||||
|
|
||||||
/* Add cases for opaque driver here */
|
/* Add cases for opaque driver here */
|
||||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user