diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-11-25 10:32:35 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-25 21:34:20 +1100 |
commit | c5f1cc993597fed0a9013743556b1567f476c677 (patch) | |
tree | 728914225a356ac45912311c500abdfa29eb8a1f /regress/unittests/hostkeys/Makefile | |
parent | 64988266820cc90a45a21672be9d762cbde8d34d (diff) |
upstream: unbreak tests for recent security key changes
OpenBSD-Regress-ID: 2cdf2fcae9962ca4d711338f3ceec3c1391bdf95
Diffstat (limited to 'regress/unittests/hostkeys/Makefile')
-rw-r--r-- | regress/unittests/hostkeys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/unittests/hostkeys/Makefile b/regress/unittests/hostkeys/Makefile index a8417bda5..e3632c43d 100644 --- a/regress/unittests/hostkeys/Makefile +++ b/regress/unittests/hostkeys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2019/11/01 02:04:25 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2019/11/25 10:32:35 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 |
@@ -11,6 +11,7 @@ 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 ssh-ecdsa-sk.c ssh-sk.c | 13 | SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c |
14 | SRCS+=ssh-ed25519-sk.c sk-usbhid.c | ||
14 | 15 | ||
15 | SRCS+=digest-openssl.c | 16 | SRCS+=digest-openssl.c |
16 | #SRCS+=digest-libc.c | 17 | #SRCS+=digest-libc.c |