diff options
author | jsing <> | 2025-02-01 12:26:50 +0000 |
---|---|---|
committer | jsing <> | 2025-02-01 12:26:50 +0000 |
commit | 8b5aa2be02fddefe37efbe1e70282237c9f82f9a (patch) | |
tree | 4ababf8b1781160a94e7138e695cdd0aa038034a | |
parent | 4192f5457954534fbfd22f2b04a5407172f87b04 (diff) | |
download | openbsd-8b5aa2be02fddefe37efbe1e70282237c9f82f9a.tar.gz openbsd-8b5aa2be02fddefe37efbe1e70282237c9f82f9a.tar.bz2 openbsd-8b5aa2be02fddefe37efbe1e70282237c9f82f9a.zip |
Fix certificate paths.
-rw-r--r-- | src/regress/lib/libssl/renegotiation/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/renegotiation/Makefile b/src/regress/lib/libssl/renegotiation/Makefile index dd1eaa3ab9..55f323e158 100644 --- a/src/regress/lib/libssl/renegotiation/Makefile +++ b/src/regress/lib/libssl/renegotiation/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2025/02/01 12:21:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2025/02/01 12:26:50 jsing Exp $ |
2 | 2 | ||
3 | PROG= renegotiation_test | 3 | PROG= renegotiation_test |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
@@ -11,8 +11,8 @@ REGRESS_TARGETS= \ | |||
11 | 11 | ||
12 | regress-renegotiation-test: ${PROG} | 12 | regress-renegotiation-test: ${PROG} |
13 | ./renegotiation_test \ | 13 | ./renegotiation_test \ |
14 | ${.CURDIR}/../../libssl/certs/server.pem \ | 14 | ${.CURDIR}/../../libssl/certs/server1-rsa.pem \ |
15 | ${.CURDIR}/../../libssl/certs/server.pem \ | 15 | ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \ |
16 | ${.CURDIR}/../../libssl/certs/ca.pem | 16 | ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem |
17 | 17 | ||
18 | .include <bsd.regress.mk> | 18 | .include <bsd.regress.mk> |