mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 22:20:58 +00:00
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 <david.brown@linaro.org>
This commit is contained in:
parent
eed74df1ee
commit
3298851d05
@ -80,9 +80,9 @@
|
|||||||
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
|
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
|
||||||
#define PSA_WANT_ALG_XTS 1
|
#define PSA_WANT_ALG_XTS 1
|
||||||
|
|
||||||
#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 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_384 1
|
||||||
#define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1
|
#define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1
|
||||||
#define PSA_WANT_ECC_MONTGOMERY_255 1
|
#define PSA_WANT_ECC_MONTGOMERY_255 1
|
||||||
#define PSA_WANT_ECC_MONTGOMERY_448 1
|
#define PSA_WANT_ECC_MONTGOMERY_448 1
|
||||||
#define PSA_WANT_ECC_SECP_K1_192 1
|
#define PSA_WANT_ECC_SECP_K1_192 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user