upstream: this needs utf8.c too

OpenBSD-Regress-ID: 445040036cec714d28069a20da25553a04a28451
This commit is contained in:
djm@openbsd.org 2020-04-03 04:07:48 +00:00 committed by Damien Miller
parent 92115ea7c3
commit 9f8a42340b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2020/01/26 00:09:50 djm Exp $
# $OpenBSD: Makefile,v 1.8 2020/04/03 04:07:48 djm Exp $
.include <bsd.own.mk>
.include <bsd.obj.mk>
@ -19,7 +19,7 @@ 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+=compat.c ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
SRCS+=cipher-chachapoly.c chacha.c poly1305.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
SRCS+= kex.c