Add compat.sh ARIA run to all.sh

Warning: needs OpenSSL >= 1.1.1-pre1 installed and environment variable
OPENSSL_NEXT pointing to it.
This commit is contained in:
Manuel Pégourié-Gonnard 2018-02-20 12:02:07 +01:00
parent bba64067bf
commit 6b3689237d
2 changed files with 17 additions and 1 deletions

View file

@ -81,6 +81,11 @@ if [ -n "${OPENSSL_LEGACY+set}" ]; then
echo
fi
if [ -n "${OPENSSL_NEXT+set}" ]; then
print_version "$OPENSSL_NEXT" "version" "openssl next version not found!"
echo
fi
: ${GNUTLS_CLI:=gnutls-cli}
print_version "$GNUTLS_CLI" "--version" "gnuTLS client not found!" "head -n 1"
echo