mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-16 18:17:42 +00:00
Remove echo FORCE SKIP
This was probably an artifact from testing the cmdline_compat-stuff. Currently only pollutes the output.
This commit is contained in:
parent
aeecf04be3
commit
7544195a44
|
@ -656,7 +656,6 @@ check_cmdline_force_version_compat() {
|
||||||
SKIP_NEXT="YES"
|
SKIP_NEXT="YES"
|
||||||
elif ( [ "$__ARG" = "tls1_2" ] || [ "$__ARG" = "dtls1_2" ] ) && \
|
elif ( [ "$__ARG" = "tls1_2" ] || [ "$__ARG" = "dtls1_2" ] ) && \
|
||||||
( [ "$__VAL_MIN" != "3" ] || [ "$__VAL_MAX" != "3" ] ); then
|
( [ "$__VAL_MIN" != "3" ] || [ "$__VAL_MAX" != "3" ] ); then
|
||||||
echo "FORCE SKIP"
|
|
||||||
SKIP_NEXT="YES"
|
SKIP_NEXT="YES"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue