summaryrefslogtreecommitdiff
path: root/regress/unittests/authopt
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-04-06 09:43:55 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-04-10 11:47:40 +1000
commitabc3e0a5179c13c0469a1b11fe17d832abc39999 (patch)
tree19ec11c80f62639842dc606652e1e9362ac2a91d /regress/unittests/authopt
parent990687a0336098566c3a854d23cce74a31ec6fe2 (diff)
upstream: Add utf8.c for asmprintf used by krl.c
OpenBSD-Regress-ID: 433708d11165afdb189fe635151d21659dd37a37
Diffstat (limited to 'regress/unittests/authopt')
-rw-r--r--regress/unittests/authopt/Makefile3
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
3PROG=test_authopt 3PROG=test_authopt
4SRCS=tests.c 4SRCS=tests.c
@@ -17,6 +17,7 @@ SRCS+=ssh-ed25519-sk.c sk-usbhid.c
17 17
18SRCS+=digest-openssl.c 18SRCS+=digest-openssl.c
19#SRCS+=digest-libc.c 19#SRCS+=digest-libc.c
20SRCS+=utf8.c
20 21
21REGRESS_TARGETS=run-regress-${PROG} 22REGRESS_TARGETS=run-regress-${PROG}
22 23