summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2019-11-01 02:04:26 +0000
committerDamien Miller <djm@cvs.openbsd.org>2019-11-01 02:04:26 +0000
commitbce1d5f2d8e79fc6ef012127c476a6a2b28e999b (patch)
tree9a8dcd9a7f81586b92ac908e3ba33b1894e6f248
parent49323f63fc8bf4ca3e8b16d6a8cf86730595e195 (diff)
additional source files here too
-rw-r--r--regress/usr.bin/ssh/unittests/hostkeys/Makefile4
-rw-r--r--regress/usr.bin/ssh/unittests/kex/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/ssh/unittests/hostkeys/Makefile b/regress/usr.bin/ssh/unittests/hostkeys/Makefile
index 3368851225c..a8417bda583 100644
--- a/regress/usr.bin/ssh/unittests/hostkeys/Makefile
+++ b/regress/usr.bin/ssh/unittests/hostkeys/Makefile
@@ -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
diff --git a/regress/usr.bin/ssh/unittests/kex/Makefile b/regress/usr.bin/ssh/unittests/kex/Makefile
index 7b4c644e5fb..7b55b876b23 100644
--- a/regress/usr.bin/ssh/unittests/kex/Makefile
+++ b/regress/usr.bin/ssh/unittests/kex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2019/01/21 12:35:20 djm Exp $
+# $OpenBSD: Makefile,v 1.7 2019/11/01 02:03:27 djm Exp $
PROG=test_kex
SRCS=tests.c test_kex.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 packet.c dispatch.c canohost.c ssh_api.c
SRCS+=compat.c 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+= kex.c
SRCS+= dh.c