diff options
author | tb <> | 2025-01-15 05:02:01 +0000 |
---|---|---|
committer | tb <> | 2025-01-15 05:02:01 +0000 |
commit | 85b648c5f8603ca38a5239a92436c6d644c7b87b (patch) | |
tree | 91e3e869cc9d3aac18023ec301b5967aeebba42a | |
parent | a39a72726a6327930f24d3b7e47b595a31734dfc (diff) | |
download | openbsd-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-x | src/regress/usr.bin/openssl/appstest.sh | 4 |
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 | ||
1885 | openssl_bin=${OPENSSL:-/usr/bin/openssl} | 1885 | openssl_bin=${OPENSSL:-/usr/bin/openssl} |
1886 | other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl11} | 1886 | other_openssl_bin=${OTHER_OPENSSL:-/usr/local/bin/eopenssl33} |
1887 | other_openssl_version=`$other_openssl_bin version | cut -b 1-10` | 1887 | other_openssl_version=`$other_openssl_bin version | cut -b 1-10` |
1888 | 1888 | ||
1889 | ecdsa_tests=0 | 1889 | ecdsa_tests=0 |