diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-11-01 02:04:25 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-01 13:10:09 +1100 |
commit | f89c5df65dd307739ff22319c2cf847d3b0c5ab4 (patch) | |
tree | 14256b947c052ef773921de9dc1385a50bf90ea2 /regress/unittests/hostkeys/Makefile | |
parent | 02275afa1ecbfbd39f27d34c97090e76bec232ec (diff) |
upstream: additional source files here too
OpenBSD-Regress-ID: 8809f8e1c8f7459e7096ab6b58d8e56cb2f483fd
Diffstat (limited to 'regress/unittests/hostkeys/Makefile')
-rw-r--r-- | regress/unittests/hostkeys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/hostkeys/Makefile b/regress/unittests/hostkeys/Makefile index 336885122..a8417bda5 100644 --- a/regress/unittests/hostkeys/Makefile +++ b/regress/unittests/hostkeys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2017/12/21 00:41:22 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2019/11/01 02:04:25 djm Exp $ |
2 | 2 | ||
3 | PROG=test_hostkeys | 3 | PROG=test_hostkeys |
4 | SRCS=tests.c test_iterate.c | 4 | 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 | |||
10 | SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c | 10 | SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c |
11 | SRCS+=addrmatch.c bitmap.c hostfile.c | 11 | SRCS+=addrmatch.c bitmap.c hostfile.c |
12 | SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c | 12 | SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c |
13 | SRCS+=cipher-chachapoly.c chacha.c poly1305.c | 13 | SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c |
14 | 14 | ||
15 | SRCS+=digest-openssl.c | 15 | SRCS+=digest-openssl.c |
16 | #SRCS+=digest-libc.c | 16 | #SRCS+=digest-libc.c |