Remove duplicate component for RSA_NO_CRT

This commit is contained in:
Gilles Peskine 2019-01-08 22:37:40 +01:00
parent 1a2ca72ddc
commit 2f300dbb2f

View file

@ -864,17 +864,6 @@ component_test_allow_sha1 () {
if_build_succeeded tests/ssl-opt.sh -f SHA-1
}
component_test_rsa_no_crt_again () {
msg "build: Default + MBEDTLS_RSA_NO_CRT (ASan build)" # ~ 6 min
cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.pl set MBEDTLS_RSA_NO_CRT
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
make
msg "test: MBEDTLS_RSA_NO_CRT - main suites (inc. selftests) (ASan build)"
make test
}
component_build_mingw () {
msg "build: Windows cross build - mingw64, make (Link Library)" # ~ 30s
make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall -Wextra' WINDOWS_BUILD=1 lib programs