]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Adjust kexfuzz to addr.c/addrmatch.c split.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sat, 9 Jan 2021 12:31:46 +0000 (12:31 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 11 Jan 2021 04:24:31 +0000 (15:24 +1100)
OpenBSD-Regress-ID: 1d8d23bb548078020be2fb52c4c643efb190f0eb

regress/misc/kexfuzz/Makefile

index 733558d57077968ceab4fab78000fb3a43fed4db..18b70aa74f5d6eb24bc9f12f358038ef416d5989 100644 (file)
@@ -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