mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 22:45:22 +00:00
Correct support function name
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6fa69864a2
commit
3daa83e99a
|
@ -2496,7 +2496,7 @@ component_test_m32_o2 () {
|
||||||
msg "test ssl-opt.sh, i386, make, gcc-O2"
|
msg "test ssl-opt.sh, i386, make, gcc-O2"
|
||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
support_test_m32_o1 () {
|
support_test_m32_o2 () {
|
||||||
support_test_m32_o0 "$@"
|
support_test_m32_o0 "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue