diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2020-04-06 09:43:55 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-04-10 11:47:40 +1000 |
commit | abc3e0a5179c13c0469a1b11fe17d832abc39999 (patch) | |
tree | 19ec11c80f62639842dc606652e1e9362ac2a91d /regress/unittests/authopt/Makefile | |
parent | 990687a0336098566c3a854d23cce74a31ec6fe2 (diff) |
upstream: Add utf8.c for asmprintf used by krl.c
OpenBSD-Regress-ID: 433708d11165afdb189fe635151d21659dd37a37
Diffstat (limited to 'regress/unittests/authopt/Makefile')
-rw-r--r-- | regress/unittests/authopt/Makefile | 3 |
1 files changed, 2 insertions, 1 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 | ||