From 2862af8eefd1c54f77656a56ef5f76133b578fa2 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 6 Sep 2026 23:49:26 +0200 Subject: [PATCH] Take the right openssl here --- t/40_tls13.only.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/40_tls13.only.t b/t/40_tls13.only.t index 70a5cc4..dd74fda 100755 --- a/t/40_tls13.only.t +++ b/t/40_tls13.only.t @@ -46,7 +46,7 @@ KEY="server.key" # This OpenSSL version will support TLS 1.3 OPENSSL=/usr/bin/openssl -if [[ $(openssl version) =~ LibreSSL ]]; then # MacOS. LibreSSL doesn't know "-naccept" +if [[ $($OPENSSL version) =~ LibreSSL ]]; then # MacOS. LibreSSL doesn't know "-naccept" if [[ -x /opt/homebrew/bin/openssl.NOPE ]]; then OPENSSL=/opt/homebrew/bin/openssl.NOPE # We hid that during GHA CI checks elif [[ -x /opt/homebrew/bin/openssl ]]; then