summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-01-09 12:31:46 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-01-11 15:24:31 +1100
commitba328bd7a6774f30daaf90b83f1933cc4afc866c (patch)
tree394c723bd70c4b1f2e247bd60f789ceffbe55256
parentb08ef25552443e94c0857d5e3806dd019ccc55d7 (diff)
upstream: Adjust kexfuzz to addr.c/addrmatch.c split.
-rw-r--r--regress/misc/kexfuzz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/misc/kexfuzz/Makefile b/regress/misc/kexfuzz/Makefile
index 733558d5..18b70aa7 100644
--- a/regress/misc/kexfuzz/Makefile
+++ b/regress/misc/kexfuzz/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2020/12/29 01:02:15 djm Exp $
+# $OpenBSD: Makefile,v 1.10 2021/01/09 12:31:46 dtucker Exp $
.include <bsd.own.mk>
.include <bsd.obj.mk>
@@ -17,7 +17,7 @@ SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
SRCS+=atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c ssh-dss.c
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+=addr.c 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 utf8.c
SRCS+=sshbuf-io.c ssh-ecdsa-sk.c ssh-ed25519-sk.c msg.c ssh-sk-client.c