From 38befe6989390abba9a0b8a347ca4922ab7d7992 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 12 Jun 2026 08:19:44 +0000 Subject: c2sp: also run this with openssl/4.0 if available --- src/regress/lib/libcrypto/c2sp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/c2sp/Makefile b/src/regress/lib/libcrypto/c2sp/Makefile index 73ee0b8c22..6da6a8d29e 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2025/07/23 07:35:21 tb Exp $ +# $OpenBSD: Makefile,v 1.8 2026/06/12 08:19:44 tb Exp $ C2SP_TESTVECTORS = /usr/local/share/c2sp-testvectors/ @@ -18,7 +18,7 @@ cctv: cctv.go OSSL_LIB = /usr/local/lib/eopenssl OSSL_INC = /usr/local/include/eopenssl -. for V in 35 +. for V in 35 40 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V = -- cgit v1.2.3-55-g6feb