1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

fix various issues

- unnecessary command
- extra blank and empty line

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2023-04-19 11:07:40 +08:00
parent 3660623e59
commit d76ded046c
3 changed files with 3 additions and 4 deletions

View File

@@ -4960,10 +4960,10 @@ component_test_aes_aesni_only () {
scripts/config.py unset MBEDTLS_PADLOCK_C
scripts/config.py unset MBEDTLS_AESCE_C
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
msg "build: AESNI only" # ~10s
msg "build: AESNI only" # ~10s
make
msg "selftest: AESNI only" # ~10s
msg "selftest: AESNI only" # ~10s
programs/test/selftest
}
@@ -4975,7 +4975,6 @@ component_test_aes_padlock_only () {
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
msg "build: AES, VIA padlock only" # ~10s
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O2" LDFLAGS="-m32 $ASAN_CFLAGS"
}
################################################################