diff options
-rw-r--r-- | regress/unittests/authopt/Makefile | 3 | ||||
-rw-r--r-- | regress/unittests/hostkeys/Makefile | 3 | ||||
-rw-r--r-- | regress/unittests/kex/Makefile | 3 | ||||
-rw-r--r-- | regress/unittests/sshkey/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/regress/unittests/authopt/Makefile b/regress/unittests/authopt/Makefile index 492092fc6..e8edc7b5f 100644 --- a/regress/unittests/authopt/Makefile +++ b/regress/unittests/authopt/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2020/01/26 00:09:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2020/04/06 09:43:55 dtucker Exp $ |
2 | 2 | ||
3 | PROG=test_authopt | 3 | PROG=test_authopt |
4 | SRCS=tests.c | 4 | SRCS=tests.c |
@@ -17,6 +17,7 @@ SRCS+=ssh-ed25519-sk.c sk-usbhid.c | |||
17 | 17 | ||
18 | SRCS+=digest-openssl.c | 18 | SRCS+=digest-openssl.c |
19 | #SRCS+=digest-libc.c | 19 | #SRCS+=digest-libc.c |
20 | SRCS+=utf8.c | ||
20 | 21 | ||
21 | REGRESS_TARGETS=run-regress-${PROG} | 22 | REGRESS_TARGETS=run-regress-${PROG} |
22 | 23 | ||
diff --git a/regress/unittests/hostkeys/Makefile b/regress/unittests/hostkeys/Makefile index c0a893135..d841d96be 100644 --- a/regress/unittests/hostkeys/Makefile +++ b/regress/unittests/hostkeys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2020/01/26 00:09:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2020/04/06 09:43:56 dtucker Exp $ |
2 | 2 | ||
3 | PROG=test_hostkeys | 3 | PROG=test_hostkeys |
4 | SRCS=tests.c test_iterate.c | 4 | SRCS=tests.c test_iterate.c |
@@ -15,6 +15,7 @@ SRCS+=ssh-ed25519-sk.c sk-usbhid.c | |||
15 | 15 | ||
16 | SRCS+=digest-openssl.c | 16 | SRCS+=digest-openssl.c |
17 | #SRCS+=digest-libc.c | 17 | #SRCS+=digest-libc.c |
18 | SRCS+=utf8.c | ||
18 | 19 | ||
19 | REGRESS_TARGETS=run-regress-${PROG} | 20 | REGRESS_TARGETS=run-regress-${PROG} |
20 | 21 | ||
diff --git a/regress/unittests/kex/Makefile b/regress/unittests/kex/Makefile index 648006c78..1c5d68ce8 100644 --- a/regress/unittests/kex/Makefile +++ b/regress/unittests/kex/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2020/01/26 00:09:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2020/04/06 09:43:56 dtucker Exp $ |
2 | 2 | ||
3 | PROG=test_kex | 3 | PROG=test_kex |
4 | SRCS=tests.c test_kex.c | 4 | SRCS=tests.c test_kex.c |
@@ -25,6 +25,7 @@ SRCS+= smult_curve25519_ref.c | |||
25 | SRCS+= kexgen.c | 25 | SRCS+= kexgen.c |
26 | SRCS+= kexsntrup4591761x25519.c | 26 | SRCS+= kexsntrup4591761x25519.c |
27 | SRCS+= sntrup4591761.c | 27 | SRCS+= sntrup4591761.c |
28 | SRCS+= utf8.c | ||
28 | 29 | ||
29 | SRCS+=digest-openssl.c | 30 | SRCS+=digest-openssl.c |
30 | #SRCS+=digest-libc.c | 31 | #SRCS+=digest-libc.c |
diff --git a/regress/unittests/sshkey/Makefile b/regress/unittests/sshkey/Makefile index 78b2cf0ce..29c9b3ba7 100644 --- a/regress/unittests/sshkey/Makefile +++ b/regress/unittests/sshkey/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2020/01/26 00:09:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2020/04/06 09:43:56 dtucker Exp $ |
2 | 2 | ||
3 | PROG=test_sshkey | 3 | PROG=test_sshkey |
4 | SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c | 4 | SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c |
@@ -15,6 +15,7 @@ SRCS+=ssh-ed25519-sk.c sk-usbhid.c | |||
15 | 15 | ||
16 | SRCS+=digest-openssl.c | 16 | SRCS+=digest-openssl.c |
17 | #SRCS+=digest-libc.c | 17 | #SRCS+=digest-libc.c |
18 | SRCS+=utf8.c | ||
18 | 19 | ||
19 | REGRESS_TARGETS=run-regress-${PROG} | 20 | REGRESS_TARGETS=run-regress-${PROG} |
20 | 21 | ||