File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2406,7 +2406,7 @@ service_detection() {
24062406 ;;
24072407 esac
24082408
2409- outln "\n"
2409+ outln
24102410 tmpfile_handle ${FUNCNAME[0]}.txt
24112411 return 0
24122412}
@@ -20298,7 +20298,6 @@ find_openssl_binary() {
2029820298 # not check /usr/bin/openssl -- if available. This is more a kludge which we shouldn't use for
2029920299 # every openssl feature. At some point we need to decide which with openssl version we go.
2030020300 # We also check, whether there's /usr/bin/openssl which has TLS 1.3
20301- OPENSSL2=${OPENSSL2:-/usr/bin/openssl}
2030220301 if [[ ! "$OSSL_NAME" =~ LibreSSL ]] && [[ ! $OSSL_VER =~ 1.1.1 ]] && [[ ! $OSSL_VER_MAJOR =~ 3 ]]; then
2030320302 if [[ -x $OPENSSL2 ]]; then
2030420303 $OPENSSL2 s_client -help 2>$s_client_has2
You can’t perform that action at this time.
0 commit comments