[openssh-commits] [openssh] 05/06: upstream: Add missing kex-names.c source file required since the

git+noreply at mindrot.org git+noreply at mindrot.org
Wed May 22 14:22:05 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit fd4816791beaed2fdae7eea3e1494d1972b2a39d
Author: anton at openbsd.org <anton at openbsd.org>
AuthorDate: Sun May 19 19:10:01 2024 +0000

    upstream: Add missing kex-names.c source file required since the
    
    ssh split.
    
    OpenBSD-Regress-ID: ca666223f828fc4b069cb9016bff1eb50faf9fbb
---
 regress/unittests/kex/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regress/unittests/kex/Makefile b/regress/unittests/kex/Makefile
index 981affe3..3c898408 100644
--- a/regress/unittests/kex/Makefile
+++ b/regress/unittests/kex/Makefile
@@ -1,4 +1,4 @@
-#	$OpenBSD: Makefile,v 1.14 2023/02/02 12:12:52 djm Exp $
+#	$OpenBSD: Makefile,v 1.15 2024/05/19 19:10:01 anton Exp $
 
 PROG=test_kex
 SRCS=tests.c test_kex.c test_proposal.c
@@ -14,6 +14,7 @@ SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
 
 SRCS+=	kex.c
+SRCS+=	kex-names.c
 SRCS+=	dh.c
 SRCS+=	kexdh.c
 SRCS+=	kexecdh.c

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list