mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00: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:
parent
78a429b89a
commit
db003f31fc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user