From 3298851d05ac2fc5dead6aa6aa92cc77c648e536 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 16 Mar 2021 10:44:22 -0600 Subject: [PATCH] Fix alignment of PSA defines When these names were changed, the definition got misaligned with the rest of the fields. Fix this alignment. Signed-off-by: David Brown --- include/psa/crypto_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/psa/crypto_config.h b/include/psa/crypto_config.h index 22b518157..97395d894 100644 --- a/include/psa/crypto_config.h +++ b/include/psa/crypto_config.h @@ -80,9 +80,9 @@ #define PSA_WANT_ALG_TLS12_PSK_TO_MS 1 #define PSA_WANT_ALG_XTS 1 -#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 -#define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 -#define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 +#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 +#define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 +#define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 #define PSA_WANT_ECC_MONTGOMERY_255 1 #define PSA_WANT_ECC_MONTGOMERY_448 1 #define PSA_WANT_ECC_SECP_K1_192 1