From 4c8b858d05578bf736cf2c4ce294fe0ee77ed482 Mon Sep 17 00:00:00 2001
From: tb <>
Date: Mon, 28 Oct 2024 16:27:14 +0000
Subject: c2sp: run test against openssl/3.4 if it is installed

---
 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 ddeb1fd965..9b2c944ba4 100644
--- a/src/regress/lib/libcrypto/c2sp/Makefile
+++ b/src/regress/lib/libcrypto/c2sp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2024/09/17 06:12:06 tb Exp $
+# $OpenBSD: Makefile,v 1.4 2024/10/28 16:27:14 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
+. for V in 11 32 33 34
 .  if exists(/usr/local/bin/eopenssl$V)
 PROGS +=	cctv-openssl$V
 SRCS_cctv-openssl$V =
-- 
cgit v1.2.3-55-g6feb