From 82d2dc24bb2f1ef873f3dc20777a0d3045e83897 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Thu, 28 Oct 2021 16:38:29 +0100 Subject: [PATCH] Remove redundant blank line Signed-off-by: Paul Elliott --- library/psa_crypto_aead.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/psa_crypto_aead.c b/library/psa_crypto_aead.c index 9dd40dd54..e87cda282 100644 --- a/library/psa_crypto_aead.c +++ b/library/psa_crypto_aead.c @@ -444,7 +444,6 @@ psa_status_t mbedtls_psa_aead_set_lengths( size_t ad_length, size_t plaintext_length ) { - #if defined(MBEDTLS_PSA_BUILTIN_ALG_CCM) if( operation->alg == PSA_ALG_CCM ) {