diff options
author | tb <> | 2023-12-17 08:32:26 +0000 |
---|---|---|
committer | tb <> | 2023-12-17 08:32:26 +0000 |
commit | c26db91390a6a2fa9512451cc31a041ce2aaa23d (patch) | |
tree | a5a742fabf950f24520a51eb5efc271a5d3a52d1 /src/regress/lib | |
parent | 6836231ffee0d3b4f2632a42b8c93a92ca405bcc (diff) | |
download | openbsd-c26db91390a6a2fa9512451cc31a041ce2aaa23d.tar.gz openbsd-c26db91390a6a2fa9512451cc31a041ce2aaa23d.tar.bz2 openbsd-c26db91390a6a2fa9512451cc31a041ce2aaa23d.zip |
c2sp: replace openssl 3.0 with 3.2 support
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/c2sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/c2sp/Makefile b/src/regress/lib/libcrypto/c2sp/Makefile index aec5409161..5b86c34882 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2023/04/23 13:43:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2023/12/17 08:32:26 tb Exp $ |
2 | 2 | ||
3 | C2SP_TESTVECTORS = /usr/local/share/c2sp-testvectors/ | 3 | C2SP_TESTVECTORS = /usr/local/share/c2sp-testvectors/ |
4 | 4 | ||
@@ -18,7 +18,7 @@ cctv: cctv.go | |||
18 | OSSL_LIB = /usr/local/lib/eopenssl | 18 | OSSL_LIB = /usr/local/lib/eopenssl |
19 | OSSL_INC = /usr/local/include/eopenssl | 19 | OSSL_INC = /usr/local/include/eopenssl |
20 | 20 | ||
21 | . for V in 11 30 31 | 21 | . for V in 11 31 32 |
22 | . if exists(/usr/local/bin/eopenssl$V) | 22 | . if exists(/usr/local/bin/eopenssl$V) |
23 | PROGS += cctv-openssl$V | 23 | PROGS += cctv-openssl$V |
24 | SRCS_cctv-openssl$V = | 24 | SRCS_cctv-openssl$V = |