summaryrefslogtreecommitdiff
path: root/regress/unittests/authopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/authopt/Makefile')
-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