SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication.

This commit is contained in:
purplerain 2023-04-30 01:15:27 +00:00
commit 95114fbda2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
91022 changed files with 33913249 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1 2021/10/23 14:34:10 jsing Exp $
PROG= tlstest
LDADD= -lssl -lcrypto
DPADD= ${LIBSSL} ${LIBCRYPTO}
WARNINGS= Yes
CFLAGS+= -DLIBRESSL_INTERNAL -Werror
REGRESS_TARGETS= \
regress-tlstest
regress-tlstest: ${PROG}
./tlstest \
${.CURDIR}/../../libssl/certs/server.pem \
${.CURDIR}/../../libssl/certs/server.pem \
${.CURDIR}/../../libssl/certs/ca.pem
.include <bsd.regress.mk>