summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-15 05:02:01 +0000
committertb <>2025-01-15 05:02:01 +0000
commit85b648c5f8603ca38a5239a92436c6d644c7b87b (patch)
tree91e3e869cc9d3aac18023ec301b5967aeebba42a
parenta39a72726a6327930f24d3b7e47b595a31734dfc (diff)
downloadopenbsd-85b648c5f8603ca38a5239a92436c6d644c7b87b.tar.gz
openbsd-85b648c5f8603ca38a5239a92436c6d644c7b87b.tar.bz2
openbsd-85b648c5f8603ca38a5239a92436c6d644c7b87b.zip
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.
-rwxr-xr-xsrc/regress/usr.bin/openssl/appstest.sh4
1 files 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 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# $OpenBSD: appstest.sh,v 1.65 2024/08/23 04:57:12 tb Exp $ 3# $OpenBSD: appstest.sh,v 1.66 2025/01/15 05:02:01 tb Exp $
4# 4#
5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> 5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
6# 6#
@@ -1883,7 +1883,7 @@ function test_version {
1883#---------#---------#---------#---------#---------#---------#---------#--------- 1883#---------#---------#---------#---------#---------#---------#---------#---------
1884 1884
1885openssl_bin=${OPENSSL:-/usr/bin/openssl} 1885openssl_bin=${OPENSSL:-/usr/bin/openssl}
1886other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl11} 1886other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl33}
1887other_openssl_version=`$other_openssl_bin version | cut -b 1-10` 1887other_openssl_version=`$other_openssl_bin version | cut -b 1-10`
1888 1888
1889ecdsa_tests=0 1889ecdsa_tests=0