summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-02-01 15:59:50 +0000
committertb <>2023-02-01 15:59:50 +0000
commit13d88a87def8c792a063ae09a359720d6d20c38e (patch)
tree73931b17bae5406545f8a699c78eaf1ef425bc61 /src
parent829d39e2f4357b1102caeb56efd6bd86dda40022 (diff)
downloadopenbsd-13d88a87def8c792a063ae09a359720d6d20c38e.tar.gz
openbsd-13d88a87def8c792a063ae09a359720d6d20c38e.tar.bz2
openbsd-13d88a87def8c792a063ae09a359720d6d20c38e.zip
Hopefully the last one.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/interop/session/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/session/Makefile b/src/regress/lib/libssl/interop/session/Makefile
index 12d3eb2af7..8a15393be5 100644
--- a/src/regress/lib/libssl/interop/session/Makefile
+++ b/src/regress/lib/libssl/interop/session/Makefile
@@ -1,12 +1,12 @@
1# $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:11 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.7 2023/02/01 15:59:50 tb Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl)
5LIBRARIES += openssl
6.endif
7.if exists(/usr/local/bin/eopenssl11) 4.if exists(/usr/local/bin/eopenssl11)
8LIBRARIES += openssl11 5LIBRARIES += openssl11
9.endif 6.endif
7.if exists(/usr/local/bin/eopenssl30)
8LIBRARIES += openssl30
9.endif
10 10
11run-session-client-libressl-server-libressl \ 11run-session-client-libressl-server-libressl \
12run-session-client-libressl-server-openssl11 \ 12run-session-client-libressl-server-openssl11 \