From 5c656cbf99fd8a6297f7c912fb1ee6362c1fc722 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 19 May 2021 14:15:01 +0100 Subject: [PATCH] Fix missed incorrect include guard Signed-off-by: Paul Elliott --- library/psa_crypto_driver_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/psa_crypto_driver_wrappers.c b/library/psa_crypto_driver_wrappers.c index 7590800e26..3245ff4221 100644 --- a/library/psa_crypto_driver_wrappers.c +++ b/library/psa_crypto_driver_wrappers.c @@ -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,