mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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:f448c3ed4a
("openssh: Add new source files to libssl") Fixes:19261079b7
("openssh: update to OpenSSH v8.7p1") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32529
This commit is contained in:
parent
7881db8346
commit
576b58108c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user