diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl11/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/openssl11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/openssl11/Makefile b/src/regress/lib/libssl/interop/openssl11/Makefile index 32fd611ae4..27e7354925 100644 --- a/src/regress/lib/libssl/interop/openssl11/Makefile +++ b/src/regress/lib/libssl/interop/openssl11/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2021/12/02 17:10:53 kn Exp $ |
2 | 2 | ||
3 | .if ! exists(/usr/local/bin/eopenssl11) | 3 | .if ! exists(/usr/local/bin/eopenssl11) |
4 | regress: | 4 | regress: |
5 | # install openssl-1.1 from ports for interop tests | 5 | # install openssl-1.1 from ports for interop tests |
6 | @echo 'Run "pkg_add openssl--%1.1" to run tests against OpenSSL 1.1' | ||
6 | @echo SKIPPED | 7 | @echo SKIPPED |
7 | .else | 8 | .else |
8 | 9 | ||