Add compat.sh ARIA run to all.sh

Warning: needs OpenSSL >= 1.1.1-pre1 installed and environment variable
OPENSSL_NEXT pointing to it.
diff --git a/scripts/output_env.sh b/scripts/output_env.sh
index 1afaac3..19b7c06 100755
--- a/scripts/output_env.sh
+++ b/scripts/output_env.sh
@@ -81,6 +81,11 @@
     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