1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #8519 from mpg/block-cipher

[G2] Add internal module block_cipher
This commit is contained in:
Manuel Pégourié-Gonnard
2023-11-15 11:53:22 +00:00
committed by GitHub
9 changed files with 614 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ component_test_full_no_cipher () {
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
scripts/config.py unset MBEDTLS_LMS_C
scripts/config.py unset MBEDTLS_LMS_PRIVATE
make
make CFLAGS='-DMBEDTLS_BLOCK_CIPHER_C'
msg "test: full no CIPHER no PSA_CRYPTO_C"
make test