]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: additional source files here too
authordjm@openbsd.org <djm@openbsd.org>
Fri, 1 Nov 2019 02:04:25 +0000 (02:04 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 Nov 2019 02:10:09 +0000 (13:10 +1100)
OpenBSD-Regress-ID: 8809f8e1c8f7459e7096ab6b58d8e56cb2f483fd

regress/unittests/hostkeys/Makefile

index 3368851225c56cef549a4940bce0922d35eb867a..a8417bda5833ff66c01044d63a41272017b428b4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 2017/12/21 00:41:22 djm Exp $
+#      $OpenBSD: Makefile,v 1.5 2019/11/01 02:04:25 djm Exp $
 
 PROG=test_hostkeys
 SRCS=tests.c test_iterate.c
@@ -10,7 +10,7 @@ SRCS+=ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
 SRCS+=addrmatch.c bitmap.c hostfile.c
 SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
-SRCS+=cipher-chachapoly.c chacha.c poly1305.c
+SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
 
 SRCS+=digest-openssl.c
 #SRCS+=digest-libc.c