diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-28 16:27:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-28 16:27:15 +0000 |
commit | 9252ed9587157713f7b129f2840d2edf6ab527e5 (patch) | |
tree | 58728f409c47d84747c1a6d286afda7c4e96a20e /regress | |
parent | a3d888e8b5b93eb44383fc913f83731f51fa259b (diff) |
c2sp: run test against openssl/3.4 if it is installed
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/c2sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/c2sp/Makefile b/regress/lib/libcrypto/c2sp/Makefile index ddeb1fd9657..9b2c944ba49 100644 --- a/regress/lib/libcrypto/c2sp/Makefile +++ b/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 = |