mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 11:21:11 +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"
|
||||
elif ( [ "$__ARG" = "tls1_2" ] || [ "$__ARG" = "dtls1_2" ] ) && \
|
||||
( [ "$__VAL_MIN" != "3" ] || [ "$__VAL_MAX" != "3" ] ); then
|
||||
echo "FORCE SKIP"
|
||||
SKIP_NEXT="YES"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue