mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
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: 19261079b7 ("openssh: update to OpenSSH v8.7p1")
Approved by: kevans (src)
This commit is contained in:
parent
38d2e9314b
commit
f448c3ed4a
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue