diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/Makefile.inc')
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile.inc b/src/regress/lib/libssl/interop/Makefile.inc index dfe1424949..91f88e2b0b 100644 --- a/src/regress/lib/libssl/interop/Makefile.inc +++ b/src/regress/lib/libssl/interop/Makefile.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.6 2019/02/21 23:06:33 bluhm Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.7 2020/09/15 01:45:16 bluhm Exp $ |
2 | 2 | ||
3 | .PATH: ${.CURDIR}/.. | 3 | .PATH: ${.CURDIR}/.. |
4 | 4 | ||
5 | SRCS_client = client.c util.c | 5 | SRCS_client ?= client.c util.c |
6 | SRCS_server = server.c util.c | 6 | SRCS_server ?= server.c util.c |
7 | WARNINGS = yes | 7 | WARNINGS = yes |
8 | CLEANFILES += *.out *.fstat | 8 | CLEANFILES += *.out *.fstat |
9 | 9 | ||
@@ -43,8 +43,8 @@ CLEANFILES += 127.0.0.1.{crt,key} \ | |||
43 | 43 | ||
44 | 127.0.0.1.crt: | 44 | 127.0.0.1.crt: |
45 | openssl req -batch -new \ | 45 | openssl req -batch -new \ |
46 | -subj /L=OpenBSD/O=tls-regress/OU=server/CN=127.0.0.1/ \ | 46 | -subj /L=OpenBSD/O=tls-regress/OU=server/CN=${@:R}/ \ |
47 | -nodes -newkey rsa -keyout 127.0.0.1.key -x509 -out $@ | 47 | -nodes -newkey rsa -keyout ${@:R}.key -x509 -out $@ |
48 | 48 | ||
49 | ca.crt fake-ca.crt: | 49 | ca.crt fake-ca.crt: |
50 | openssl req -batch -new \ | 50 | openssl req -batch -new \ |