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-20 17:50:11 +0000
commitff2fd01609cc10bcdc87ebe4de42efaf7ffe2ee9 (patch)
tree42b192687fbf7ac223563e6fa3c7bc51a47a7001 /secure/lib/libssh
parent6789b9f630236a9bc0e7b4f2b930c1048c5312ef (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 939eddcb48b7..f64fd7259f0f 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -22,7 +22,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 \