artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10a268
)
c2sp: replace openssl 3.0 with 3.2 support
author
tb
<tb@openbsd.org>
Sun, 17 Dec 2023 08:32:26 +0000
(08:32 +0000)
committer
tb
<tb@openbsd.org>
Sun, 17 Dec 2023 08:32:26 +0000
(08:32 +0000)
regress/lib/libcrypto/c2sp/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/c2sp/Makefile
b/regress/lib/libcrypto/c2sp/Makefile
index
aec5409
..
5b86c34
100644
(file)
--- a/
regress/lib/libcrypto/c2sp/Makefile
+++ b/
regress/lib/libcrypto/c2sp/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1.1.1 2023/04/23 13:43:4
6 tb Exp $
+# $OpenBSD: Makefile,v 1.
2 2023/12/17 08:32:2
6 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 3
0 31
+. for V in 11 3
1 32
. if exists(/usr/local/bin/eopenssl$V)
PROGS += cctv-openssl$V
SRCS_cctv-openssl$V =