From 829d39e2f4357b1102caeb56efd6bd86dda40022 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 1 Feb 2023 15:58:20 +0000 Subject: One more openssl 1.0.2 thing missed. --- src/regress/lib/libssl/interop/botan/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.5 2021/12/02 17:10:53 kn Exp $ +# $OpenBSD: Makefile,v 1.6 2023/02/01 15:58:20 tb Exp $ .include @@ -20,12 +20,12 @@ CXX = /usr/local/bin/eg++ .endif LIBRARIES = libressl -.if exists(/usr/local/bin/eopenssl) -LIBRARIES += openssl -.endif .if exists(/usr/local/bin/eopenssl11) LIBRARIES += openssl11 .endif +.if exists(/usr/local/bin/eopenssl30) +LIBRARIES += openssl30 +.endif PROGS = client SRCS_client = client.cpp -- cgit v1.2.3-55-g6feb