mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
Fix missed incorrect include guard
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
b91f331fce
commit
5c656cbf99
@ -1399,7 +1399,7 @@ psa_status_t psa_driver_wrapper_aead_set_nonce(
|
||||
{
|
||||
switch( operation->id )
|
||||
{
|
||||
#if defined(MBEDTLS_PSA_BUILTIN_CIPHER)
|
||||
#if defined(MBEDTLS_PSA_BUILTIN_AEAD)
|
||||
case PSA_CRYPTO_MBED_TLS_DRIVER_ID:
|
||||
return( mbedtls_psa_aead_set_nonce( &operation->ctx.mbedtls_ctx,
|
||||
nonce,
|
||||
|
Loading…
x
Reference in New Issue
Block a user