diff options
Diffstat (limited to 'src/regress/lib/libssl/ssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/ssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/ssl/Makefile b/src/regress/lib/libssl/ssl/Makefile index 582dd1c8af..91abaae85e 100644 --- a/src/regress/lib/libssl/ssl/Makefile +++ b/src/regress/lib/libssl/ssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2021/10/15 16:49:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2022/07/07 11:40:17 tb Exp $ |
2 | 2 | ||
3 | PROG= ssltest | 3 | PROG= ssltest |
4 | LDADD= -lcrypto -lssl | 4 | LDADD= -lcrypto -lssl |
@@ -11,7 +11,7 @@ REGRESS_TARGETS=regress-ssltest | |||
11 | 11 | ||
12 | regress-ssltest: ${PROG} | 12 | regress-ssltest: ${PROG} |
13 | sh ${.CURDIR}/testssl \ | 13 | sh ${.CURDIR}/testssl \ |
14 | ${.CURDIR}/../certs/server.pem ${.CURDIR}/../certs/server.pem \ | 14 | ${.CURDIR}/../certs/server1-rsa.pem ${.CURDIR}/../certs/server1-rsa-chain.pem \ |
15 | ${.CURDIR}/../certs/ca.pem | 15 | ${.CURDIR}/../certs/ca-root-rsa.pem |
16 | 16 | ||
17 | .include <bsd.regress.mk> | 17 | .include <bsd.regress.mk> |