From db003f31fcc94b1e9263d09f299cb3ed598e7922 Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 21 Jan 2021 09:50:19 -0700 Subject: [PATCH] Remove unused definition PSA defines CBC with no padding, and CBC with PKCS7 padding. The bare "ALG_CBC" is not defined, so remove this definition. Signed-off-by: David Brown --- include/psa/crypto_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/psa/crypto_config.h b/include/psa/crypto_config.h index 0fa1b1305..a6cc07a22 100644 --- a/include/psa/crypto_config.h +++ b/include/psa/crypto_config.h @@ -50,7 +50,6 @@ #ifndef PSA_CRYPTO_CONFIG_H #define PSA_CRYPTO_CONFIG_H -#define PSA_WANT_ALG_CBC 1 #define PSA_WANT_ALG_CBC_NO_PADDING 1 #define PSA_WANT_ALG_CBC_PKCS7 1 #define PSA_WANT_ALG_CFB 1