From 5ebbea3f91854ba22ebee6082f6840a59eac2898 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 17 Sep 2024 06:12:06 +0000 Subject: [PATCH] Replace OpenSSL 3.1 (which no longer is in ports) with 3.3 --- regress/lib/libcrypto/c2sp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/c2sp/Makefile b/regress/lib/libcrypto/c2sp/Makefile index 5b86c348825..ddeb1fd9657 100644 --- a/regress/lib/libcrypto/c2sp/Makefile +++ b/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2023/12/17 08:32:26 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2024/09/17 06:12:06 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 31 32 +. for V in 11 32 33 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V = -- 2.20.1