From 2702da4a612730d62ced49a4ce4524e0b84bdb07 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 4 Sep 2024 04:35:05 +0000 Subject: [PATCH] Link openssl 3.2 regress to build --- regress/usr.sbin/rpki-client/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/regress/usr.sbin/rpki-client/Makefile b/regress/usr.sbin/rpki-client/Makefile index 54afb1963bf..5179aef53fb 100644 --- a/regress/usr.sbin/rpki-client/Makefile +++ b/regress/usr.sbin/rpki-client/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2022/10/14 17:09:43 tb Exp $ +# $OpenBSD: Makefile,v 1.13 2024/09/04 04:35:05 tb Exp $ SUBDIR += libressl .if exists(/usr/local/bin/eopenssl11) SUBDIR += openssl11 -.else -.END: - @echo 'Run "pkg_add openssl--%1.1" to run tests against OpenSSL 1.1' - @echo SKIPPED +.endif +.if exists(/usr/local/bin/eopenssl32) +SUBDIR += openssl .endif .include -- 2.20.1