artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6768654
)
Add missing kex-names.c source file required since the ssh split.
author
anton
<anton@openbsd.org>
Sun, 19 May 2024 19:10:01 +0000
(19:10 +0000)
committer
anton
<anton@openbsd.org>
Sun, 19 May 2024 19:10:01 +0000
(19:10 +0000)
regress/usr.bin/ssh/unittests/kex/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/unittests/kex/Makefile
b/regress/usr.bin/ssh/unittests/kex/Makefile
index
981affe
..
3c89840
100644
(file)
--- a/
regress/usr.bin/ssh/unittests/kex/Makefile
+++ b/
regress/usr.bin/ssh/unittests/kex/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
4 2023/02/02 12:12:52 djm
Exp $
+# $OpenBSD: Makefile,v 1.1
5 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