upstream: Adjust kexfuzz to addr.c/addrmatch.c split.
OpenBSD-Regress-ID: 1d8d23bb548078020be2fb52c4c643efb190f0eb
This commit is contained in:
parent
b08ef25552
commit
ba328bd7a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue