summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-02-01 15:58:20 +0000
committertb <>2023-02-01 15:58:20 +0000
commit829d39e2f4357b1102caeb56efd6bd86dda40022 (patch)
treee5f54700154385937e3ff665d5669085529608f5
parent4d552dd28e54c5b7ac285adbaac812a8b0d400be (diff)
downloadopenbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.tar.gz
openbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.tar.bz2
openbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.zip
One more openssl 1.0.2 thing missed.
-rw-r--r--src/regress/lib/libssl/interop/botan/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile
index ea9517dc6d..23f8a07bf4 100644
--- a/src/regress/lib/libssl/interop/botan/Makefile
+++ b/src/regress/lib/libssl/interop/botan/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2021/12/02 17:10:53 kn Exp $ 1# $OpenBSD: Makefile,v 1.6 2023/02/01 15:58:20 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -20,12 +20,12 @@ CXX = /usr/local/bin/eg++
20.endif 20.endif
21 21
22LIBRARIES = libressl 22LIBRARIES = libressl
23.if exists(/usr/local/bin/eopenssl)
24LIBRARIES += openssl
25.endif
26.if exists(/usr/local/bin/eopenssl11) 23.if exists(/usr/local/bin/eopenssl11)
27LIBRARIES += openssl11 24LIBRARIES += openssl11
28.endif 25.endif
26.if exists(/usr/local/bin/eopenssl30)
27LIBRARIES += openssl30
28.endif
29 29
30PROGS = client 30PROGS = client
31SRCS_client = client.cpp 31SRCS_client = client.cpp