diff options
Diffstat (limited to 'src/regress/lib/libtls/tls/Makefile')
-rw-r--r-- | src/regress/lib/libtls/tls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libtls/tls/Makefile b/src/regress/lib/libtls/tls/Makefile index 61285faab1..0fbd78481b 100644 --- a/src/regress/lib/libtls/tls/Makefile +++ b/src/regress/lib/libtls/tls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2017/01/12 15:50:16 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/05/06 21:56:43 jsing Exp $ |
2 | 2 | ||
3 | PROG= tlstest | 3 | PROG= tlstest |
4 | LDADD= -lcrypto -lssl -ltls | 4 | LDADD= -lcrypto -lssl -ltls |
@@ -12,8 +12,8 @@ REGRESS_TARGETS= \ | |||
12 | 12 | ||
13 | regress-tlstest: ${PROG} | 13 | regress-tlstest: ${PROG} |
14 | ./tlstest \ | 14 | ./tlstest \ |
15 | ${.CURDIR}/../../libssl/certs/ca.pem \ | ||
15 | ${.CURDIR}/../../libssl/certs/server.pem \ | 16 | ${.CURDIR}/../../libssl/certs/server.pem \ |
16 | ${.CURDIR}/../../libssl/certs/server.pem \ | 17 | ${.CURDIR}/../../libssl/certs/server.pem |
17 | ${.CURDIR}/../../libssl/certs/ca.pem | ||
18 | 18 | ||
19 | .include <bsd.regress.mk> | 19 | .include <bsd.regress.mk> |