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:
commit
95114fbda2
91022 changed files with 33913249 additions and 0 deletions
18
regress/lib/libssl/tls/Makefile
Normal file
18
regress/lib/libssl/tls/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue