summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-07-23 07:35:21 +0000
committertb <>2025-07-23 07:35:21 +0000
commit2f7a6d345a2d1764b253cf6531034448b5b62b6d (patch)
treed2879656163885bdf7143f8c44fd00ce4a187e65 /src
parent115ac9707eda57e3d106bdf186f13d169504f08d (diff)
downloadopenbsd-2f7a6d345a2d1764b253cf6531034448b5b62b6d.tar.gz
openbsd-2f7a6d345a2d1764b253cf6531034448b5b62b6d.tar.bz2
openbsd-2f7a6d345a2d1764b253cf6531034448b5b62b6d.zip
c2sp: unhook openssl 3.3 and 3.4
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 062d83e99c..73ee0b8c22 100644
--- a/src/regress/lib/libcrypto/c2sp/Makefile
+++ b/src/regress/lib/libcrypto/c2sp/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.6 2025/07/09 05:04:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.7 2025/07/23 07:35:21 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 33 34 35 21. for V in 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 =