aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-02-19 17:20:44 +0000
committerEd Maste <emaste@FreeBSD.org>2025-02-19 17:20:44 +0000
commit0fdf8fae8b569bf9fff3b5171e669dcd7cf9c79e (patch)
tree461b778d527c90d28a145df33e37379dad23330d /secure/lib/libssh
parentfdccf0336197afe59be6f8859177fe2ff8f87fa6 (diff)
parentd565364dadebdaabef4ecead36ae102774e81174 (diff)
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index c50be0763f3c..2642744400b1 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -21,7 +21,7 @@ SRCS+= authfd.c authfile.c \
poly1305.c chacha.c cipher-chachapoly.c cipher-chachapoly-libcrypto.c \
ssh-ed25519.c digest-openssl.c digest-libc.c \
hmac.c ed25519.c hash.c \
- kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
+ kex.c kex-names.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
kexgexc.c kexgexs.c \
kexsntrup761x25519.c sntrup761.c kexgen.c \
sftp-realpath.c platform-pledge.c platform-tracing.c platform-misc.c \