]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: this needs utf8.c too
authordjm@openbsd.org <djm@openbsd.org>
Fri, 3 Apr 2020 04:07:48 +0000 (04:07 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 3 Apr 2020 04:46:13 +0000 (15:46 +1100)
OpenBSD-Regress-ID: 445040036cec714d28069a20da25553a04a28451

regress/misc/kexfuzz/Makefile

index 9eb86931cab152dc606bb1ee1c194071b9c7a241..ede5e2fb4bcf578bece8db3f21026b08dc368279 100644 (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