mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 09:40:32 +00:00
all.sh: replace minus sign in text messages with "no"
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
36fe8b9f4b
commit
df17a102e5
@ -1488,7 +1488,7 @@ component_test_crypto_full_md_light_only () {
|
||||
}
|
||||
|
||||
component_test_full_no_cipher () {
|
||||
msg "build: full - CIPHER - PSA_CRYPTO_C"
|
||||
msg "build: full no CIPHER no PSA_CRYPTO_C"
|
||||
scripts/config.py full
|
||||
scripts/config.py unset MBEDTLS_CIPHER_C
|
||||
# Don't pull in cipher via PSA mechanisms
|
||||
@ -1518,7 +1518,7 @@ component_test_full_no_cipher () {
|
||||
scripts/config.py unset MBEDTLS_LMS_PRIVATE
|
||||
make
|
||||
|
||||
msg "test: full - CIPHER - PSA_CRYPTO_C"
|
||||
msg "test: full no CIPHER no PSA_CRYPTO_C"
|
||||
make test
|
||||
}
|
||||
|
||||
@ -1598,11 +1598,11 @@ common_test_full_no_cipher_with_crypto () {
|
||||
}
|
||||
|
||||
component_test_full_no_cipher_with_crypto() {
|
||||
common_test_full_no_cipher_with_crypto 0 "full - CIPHER - CRYPTO_CONFIG"
|
||||
common_test_full_no_cipher_with_crypto 0 "full no CIPHER no CRYPTO_CONFIG"
|
||||
}
|
||||
|
||||
component_test_full_no_cipher_with_crypto_config() {
|
||||
common_test_full_no_cipher_with_crypto 1 "full - CIPHER"
|
||||
common_test_full_no_cipher_with_crypto 1 "full no CIPHER"
|
||||
}
|
||||
|
||||
component_test_full_no_bignum () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user