diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-17 06:12:07 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-17 06:12:07 +0000 |
commit | 416bf1234d818fdbef4843e53ef8198bb326d5fa (patch) | |
tree | 784025b81335e19baf022b75d41a39a315f808b4 /regress | |
parent | 4ce5ee00e7e2df5a53957ae10899f3d52f1ae231 (diff) |
Replace OpenSSL 3.1 (which no longer is in ports) with 3.3
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 5b86c348825..ddeb1fd9657 100644 --- a/regress/lib/libcrypto/c2sp/Makefile +++ b/regress/lib/libcrypto/c2sp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2023/12/17 08:32:26 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2024/09/17 06:12:06 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 31 32 +. for V in 11 32 33 . if exists(/usr/local/bin/eopenssl$V) PROGS += cctv-openssl$V SRCS_cctv-openssl$V = |