aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-10-15 16:21:23 +0000
committerEd Maste <emaste@FreeBSD.org>2021-10-18 14:47:20 +0000
commit576b58108c1723c85e4dd00355e29bfe301dab11 (patch)
treecd6941b985ff467056529431ca53750c6afd080d /secure/lib
parent7881db83464759ba783454d2d2eb1b970e352cd3 (diff)
downloadsrc-576b58108c1723c85e4dd00355e29bfe301dab11.tar.gz
src-576b58108c1723c85e4dd00355e29bfe301dab11.zip
libssh: correct libssh src file list
Link against the ssh-sk-helper client rather than the sk internal implementation. PR: 258384 Tested by: madpilot Fixes: f448c3ed4ae1 ("openssh: Add new source files to libssl") Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32529
Diffstat (limited to 'secure/lib')
-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 95024efa192e..e835ef3c1b2a 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -5,7 +5,7 @@
LIB= ssh
PRIVATELIB= true
SHLIB_MAJOR= 5
-SRCS= ssh_api.c ssh-sk.c ssh-ecdsa-sk.c ssh-ed25519-sk.c ssherr.c \
+SRCS= ssh_api.c ssh-sk-client.c ssh-ecdsa-sk.c ssh-ed25519-sk.c ssherr.c \
sshbuf.c sshkey.c sshbuf-getput-basic.c \
sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
SRCS+= authfd.c authfile.c \