From 85b648c5f8603ca38a5239a92436c6d644c7b87b Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 15 Jan 2025 05:02:01 +0000 Subject: Default to eopenssl33 for other_openssl_bin OpenSSL 1.1 is dead and will soon be removed from the ports tree. At the same time OpenSSL 3.3 will become the default openssl. --- src/regress/usr.bin/openssl/appstest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh index 1912d0f88e..22bae9d921 100755 --- a/src/regress/usr.bin/openssl/appstest.sh +++ b/src/regress/usr.bin/openssl/appstest.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: appstest.sh,v 1.65 2024/08/23 04:57:12 tb Exp $ +# $OpenBSD: appstest.sh,v 1.66 2025/01/15 05:02:01 tb Exp $ # # Copyright (c) 2016 Kinichiro Inoguchi # @@ -1883,7 +1883,7 @@ function test_version { #---------#---------#---------#---------#---------#---------#---------#--------- openssl_bin=${OPENSSL:-/usr/bin/openssl} -other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl11} +other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl33} other_openssl_version=`$other_openssl_bin version | cut -b 1-10` ecdsa_tests=0 -- cgit v1.2.3-55-g6feb