mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-10 05:03:02 +03:00
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 <david.brown@linaro.org>
This commit is contained in:
@@ -50,7 +50,6 @@
|
|||||||
#ifndef PSA_CRYPTO_CONFIG_H
|
#ifndef PSA_CRYPTO_CONFIG_H
|
||||||
#define 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_NO_PADDING 1
|
||||||
#define PSA_WANT_ALG_CBC_PKCS7 1
|
#define PSA_WANT_ALG_CBC_PKCS7 1
|
||||||
#define PSA_WANT_ALG_CFB 1
|
#define PSA_WANT_ALG_CFB 1
|
||||||
|
Reference in New Issue
Block a user