summaryrefslogtreecommitdiff
path: root/regress/unittests/sshkey/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:24 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 11:03:12 +0100
commit30337f8b66c66af6b368d1e3c789e75f1247176c (patch)
tree17e0b8652fea31c04faa19ffc4cd088552ee473a /regress/unittests/sshkey/Makefile
parentaef2be11c5ea90bc66e774923e6570213e54c195 (diff)
parent39b8d128ef980a410bb1ea0ee80e95ac9fff59c3 (diff)
New upstream release (8.3p1)
Also update GSSAPI key exchange patch from https://github.com/openssh-gsskex/openssh-gsskex.
Diffstat (limited to 'regress/unittests/sshkey/Makefile')
-rw-r--r--regress/unittests/sshkey/Makefile3
1 files changed, 2 insertions, 1 deletions
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
3PROG=test_sshkey 3PROG=test_sshkey
4SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c 4SRCS=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
16SRCS+=digest-openssl.c 16SRCS+=digest-openssl.c
17#SRCS+=digest-libc.c 17#SRCS+=digest-libc.c
18SRCS+=utf8.c
18 19
19REGRESS_TARGETS=run-regress-${PROG} 20REGRESS_TARGETS=run-regress-${PROG}
20 21