From: tb Date: Sun, 17 Dec 2023 08:32:26 +0000 (+0000) Subject: c2sp: replace openssl 3.0 with 3.2 support X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4f27e2eb738c37f99846c9e2bbfd6fa33d4c556b;p=openbsd c2sp: replace openssl 3.0 with 3.2 support --- diff --git a/regress/lib/libcrypto/c2sp/Makefile b/regress/lib/libcrypto/c2sp/Makefile index aec54091610..5b86c348825 100644 --- a/regress/lib/libcrypto/c2sp/Makefile +++ b/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2023/04/23 13:43:46 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2023/12/17 08:32:26 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 30 31 +. for V in 11 31 32 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V =