Skip to content

Commit 12bc15a

Browse files
committed
misc
- remove 1xLF in UI - fix obsolete statment for OPENSSL2
1 parent becd310 commit 12bc15a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testssl.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)