From 60881402d4f4f6e007f0a92ec3dcf162cd298f1f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 27 Apr 2025 08:51:24 +0000 Subject: c2sp: drop OpenSSL 1.1 and 3.2, add 3.5 --- 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 9b2c944ba4..d16d06975b 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2024/10/28 16:27:14 tb Exp $ +# $OpenBSD: Makefile,v 1.5 2025/04/27 08:51:24 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 11 32 33 34 +. for V in 33 34 35 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V = -- cgit v1.2.3-55-g6feb