diff options
-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 |