diff options
author | tb <> | 2024-10-28 16:27:14 +0000 |
---|---|---|
committer | tb <> | 2024-10-28 16:27:14 +0000 |
commit | 4c8b858d05578bf736cf2c4ce294fe0ee77ed482 (patch) | |
tree | da01aa8017af198e07c7a5d8229712ad909c6f78 /src | |
parent | 5c0a7393a13f82cf55eac6c76ffd5ea707360fe4 (diff) | |
download | openbsd-4c8b858d05578bf736cf2c4ce294fe0ee77ed482.tar.gz openbsd-4c8b858d05578bf736cf2c4ce294fe0ee77ed482.tar.bz2 openbsd-4c8b858d05578bf736cf2c4ce294fe0ee77ed482.zip |
c2sp: run test against openssl/3.4 if it is installed
Diffstat (limited to 'src')
-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 ddeb1fd965..9b2c944ba4 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2024/09/17 06:12:06 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2024/10/28 16:27:14 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 32 33 | 21 | . for V in 11 32 33 34 |
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 = |