sync with OpenBSD -current
This commit is contained in:
parent
caadbe0d20
commit
ffd019c293
50 changed files with 617 additions and 577 deletions
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: Makefile,v 1.1 2021/10/23 14:34:10 jsing Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2024/03/20 10:38:05 jsing Exp $
|
||||
|
||||
PROG= tlstest
|
||||
LDADD= -lssl -lcrypto
|
||||
|
@ -11,8 +11,8 @@ REGRESS_TARGETS= \
|
|||
|
||||
regress-tlstest: ${PROG}
|
||||
./tlstest \
|
||||
${.CURDIR}/../../libssl/certs/server.pem \
|
||||
${.CURDIR}/../../libssl/certs/server.pem \
|
||||
${.CURDIR}/../../libssl/certs/ca.pem
|
||||
${.CURDIR}/../../libssl/certs/server1-rsa.pem \
|
||||
${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
|
||||
${.CURDIR}/../../libssl/certs/ca-root-rsa.pem
|
||||
|
||||
.include <bsd.regress.mk>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue