aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-09-09 22:56:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-09-09 22:56:24 +0000
commitf448c3ed4ae1281861913a56377f9d93d49f8e8e (patch)
tree289805ee3dfe2dadb1f1d4b95c26af41931c6ada /secure
parent38d2e9314b127b3466e8ae4120e21fe1ad076dfc (diff)
downloadsrc-f448c3ed4ae1281861913a56377f9d93d49f8e8e.tar.gz
src-f448c3ed4ae1281861913a56377f9d93d49f8e8e.zip
openssh: Add new source files to libssl
Add some new OpenSSH v8.7p1 source files to the ones being used to build libssl to avoid missing symbols. PR: 258384 Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Approved by: kevans (src)
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index b97bd7f2693f..95024efa192e 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -5,7 +5,8 @@
LIB= ssh
PRIVATELIB= true
SHLIB_MAJOR= 5
-SRCS= ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
+SRCS= ssh_api.c ssh-sk.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 \
canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \