diff options
author | tb <> | 2024-09-17 06:12:06 +0000 |
---|---|---|
committer | tb <> | 2024-09-17 06:12:06 +0000 |
commit | 28b3f6f85b1963b5c7607b79485d5edde91228ee (patch) | |
tree | 566dcd93a5a07da29792b24dfc957d6b5720e4b9 | |
parent | d07604b9599c250bc9f1b9156c7abcf06f56fa16 (diff) | |
download | openbsd-28b3f6f85b1963b5c7607b79485d5edde91228ee.tar.gz openbsd-28b3f6f85b1963b5c7607b79485d5edde91228ee.tar.bz2 openbsd-28b3f6f85b1963b5c7607b79485d5edde91228ee.zip |
Replace OpenSSL 3.1 (which no longer is in ports) with 3.3
-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 5b86c34882..ddeb1fd965 100644 --- a/src/regress/lib/libcrypto/c2sp/Makefile +++ b/src/regress/lib/libcrypto/c2sp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2023/12/17 08:32:26 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2024/09/17 06:12:06 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 31 32 | 21 | . for V in 11 32 33 |
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 = |