From 13e463b87d14d2d815382f31f932513b709e025f Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 23 Jul 2025 07:35:21 +0000 Subject: c2sp: unhook openssl 3.3 and 3.4 --- 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 062d83e99c..73ee0b8c22 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2025/07/09 05:04:35 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2025/07/23 07:35:21 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 33 34 35 +. for V in 35 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V = -- cgit v1.2.3-55-g6feb