Merge pull request #5885 from Summer-ARM/mbedtls-2.28

Backport 2.28: Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h
This commit is contained in:
Janos Follath 2022-05-30 09:41:34 +01:00 committed by GitHub
commit b16280cef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@
#define PSA_WANT_ALG_CMAC 1
#define PSA_WANT_ALG_CFB 1
#define PSA_WANT_ALG_CHACHA20_POLY1305 1
#define PSA_WANT_ALG_CMAC 1
#define PSA_WANT_ALG_CTR 1
#define PSA_WANT_ALG_DETERMINISTIC_ECDSA 1
#define PSA_WANT_ALG_ECB_NO_PADDING 1