aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2016-01-19 16:18:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2016-01-19 16:18:26 +0000
commita0ee8cc636cd5c2374ec44ca71226564ea0bca95 (patch)
treebc48bd740145eea64393ed391fc1d972c83f991c /secure/lib/libssh
parente936121d3140af047a498559493b9375a6ba6ba3 (diff)
parentc0bbca73c6f7f15d5401332151fc9f9755abaf8f (diff)
Notes
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 139021b1e80c..203de26645c1 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -5,7 +5,9 @@
LIB= ssh
PRIVATELIB= true
SHLIB_MAJOR= 5
-SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \
+SRCS= ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
+ sshbuf-misc.c sshbuf-getput-crypto.c
+SRCS+= authfd.c authfile.c bufaux.c bufbn.c buffer.c \
canohost.c channels.c cipher.c cipher-aes.c \
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \