sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-21 01:27:27 +00:00
parent caadbe0d20
commit ffd019c293
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
50 changed files with 617 additions and 577 deletions

View file

@ -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>