mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 02:15:40 +01:00
Merge remote-tracking branch 'public/pr/2171' into development-restricted
This commit is contained in:
commit
88d45a84eb
@ -93,6 +93,9 @@ OPENSSL_CMD="$OPENSSL_LEGACY" \
|
|||||||
GNUTLS_SERV="$GNUTLS_LEGACY_SERV" \
|
GNUTLS_SERV="$GNUTLS_LEGACY_SERV" \
|
||||||
sh compat.sh -e '3DES\|DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR' | \
|
sh compat.sh -e '3DES\|DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR' | \
|
||||||
tee -a compat-test-$TEST_OUTPUT
|
tee -a compat-test-$TEST_OUTPUT
|
||||||
|
OPENSSL_CMD="$OPENSSL_NEXT" \
|
||||||
|
sh compat.sh -e '^$' -f 'ARIA\|CHACHA' | \
|
||||||
|
tee -a compat-test-$TEST_OUTPUT
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Step 3 - Process the coverage report
|
# Step 3 - Process the coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user