Fix missed incorrect include guard
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
b91f331fce
commit
5c656cbf99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue