mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-10 14:57:25 +00:00
Remove duplicate component for RSA_NO_CRT
This commit is contained in:
parent
1a2ca72ddc
commit
2f300dbb2f
|
@ -864,17 +864,6 @@ component_test_allow_sha1 () {
|
||||||
if_build_succeeded tests/ssl-opt.sh -f SHA-1
|
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 () {
|
component_build_mingw () {
|
||||||
msg "build: Windows cross build - mingw64, make (Link Library)" # ~ 30s
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue