diff options
Diffstat (limited to 'regress/lib/libssl/dtls/Makefile')
-rw-r--r-- | regress/lib/libssl/dtls/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/regress/lib/libssl/dtls/Makefile b/regress/lib/libssl/dtls/Makefile index 438cd5c7ff5..b58dae61b6a 100644 --- a/regress/lib/libssl/dtls/Makefile +++ b/regress/lib/libssl/dtls/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2022/01/07 09:07:00 tb Exp $ +# $OpenBSD: Makefile,v 1.4 2024/03/20 10:38:05 jsing Exp $ PROG= dtlstest LDADD= ${SSL_INT} -lcrypto @@ -11,10 +11,11 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libssl REGRESS_TARGETS= \ regress-dtlstest +# XXX(jsing): use CA root and chain regress-dtlstest: ${PROG} ./dtlstest \ - ${.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.pem \ + ${.CURDIR}/../../libssl/certs/ca-int-rsa.pem .include <bsd.regress.mk> |