summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-02-01 15:38:57 +0000
committertb <>2023-02-01 15:38:57 +0000
commit4d552dd28e54c5b7ac285adbaac812a8b0d400be (patch)
tree314ddae11326507c04faafbecae2e7940b35d9a5 /src
parent286da5b604ab0d9758d26a1ae1aecce4c34e4dbf (diff)
downloadopenbsd-4d552dd28e54c5b7ac285adbaac812a8b0d400be.tar.gz
openbsd-4d552dd28e54c5b7ac285adbaac812a8b0d400be.tar.bz2
openbsd-4d552dd28e54c5b7ac285adbaac812a8b0d400be.zip
Switch from eopenssl to eopenssl30. Missed in both previous commits
for some reason.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/interop/netcat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile
index f337d4aae8..9cf10417af 100644
--- a/src/regress/lib/libssl/interop/netcat/Makefile
+++ b/src/regress/lib/libssl/interop/netcat/Makefile
@@ -1,12 +1,12 @@
1# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.6 2023/02/01 15:38:57 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
11# run netcat server and connect with test client 11# run netcat server and connect with test client
12 12