From d1fcb7ce17b3bfd4b462a1c204909886e7e6290a Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 1 Feb 2023 15:58:20 +0000 Subject: [PATCH] One more openssl 1.0.2 thing missed. --- regress/lib/libssl/interop/botan/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regress/lib/libssl/interop/botan/Makefile b/regress/lib/libssl/interop/botan/Makefile index ea9517dc6db..23f8a07bf47 100644 --- a/regress/lib/libssl/interop/botan/Makefile +++ b/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 -- 2.20.1