summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-04-27 08:51:24 +0000
committertb <>2025-04-27 08:51:24 +0000
commit60881402d4f4f6e007f0a92ec3dcf162cd298f1f (patch)
tree8238abf6b4b5ff21904a41ba2afa7d6356a71380 /src
parent08934b9a3cae82f330e0606c1d9eba5aecc37831 (diff)
downloadopenbsd-60881402d4f4f6e007f0a92ec3dcf162cd298f1f.tar.gz
openbsd-60881402d4f4f6e007f0a92ec3dcf162cd298f1f.tar.bz2
openbsd-60881402d4f4f6e007f0a92ec3dcf162cd298f1f.zip
c2sp: drop OpenSSL 1.1 and 3.2, add 3.5
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/c2sp/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.4 2024/10/28 16:27:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2025/04/27 08:51:24 tb Exp $
2 2
3C2SP_TESTVECTORS = /usr/local/share/c2sp-testvectors/ 3C2SP_TESTVECTORS = /usr/local/share/c2sp-testvectors/
4 4
@@ -18,7 +18,7 @@ cctv: cctv.go
18OSSL_LIB = /usr/local/lib/eopenssl 18OSSL_LIB = /usr/local/lib/eopenssl
19OSSL_INC = /usr/local/include/eopenssl 19OSSL_INC = /usr/local/include/eopenssl
20 20
21. for V in 11 32 33 34 21. for V in 33 34 35
22. if exists(/usr/local/bin/eopenssl$V) 22. if exists(/usr/local/bin/eopenssl$V)
23PROGS += cctv-openssl$V 23PROGS += cctv-openssl$V
24SRCS_cctv-openssl$V = 24SRCS_cctv-openssl$V =