aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2016-03-11 00:15:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2016-03-11 00:15:29 +0000
commitacc1a9ef8333c798c210fa94be6af4d5fe2dd794 (patch)
tree755a41a3dcaa10393f1e0d17469bd517b8a0989a /secure/lib/libssh
parent62ee4b69cd038bc55efbaeb27454ef07d39831b3 (diff)
parentff4b04e0d6105849f2b141c035ecd92a4ebc6d97 (diff)
Notes
Diffstat (limited to 'secure/lib/libssh')
-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 2eae203cb83f..abb3cfb99704 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -22,7 +22,8 @@ SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \
sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c blocks.c \
kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
kexdhc.c kexgexc.c kexecdhc.c kexc25519c.c \
- kexdhs.c kexgexs.c kexecdhs.c kexc25519s.c
+ kexdhs.c kexgexs.c kexecdhs.c kexc25519s.c \
+ platform-pledge.c
# gss-genr.c should be in $SRCS but causes linking problems, so it is
# compiled directly into sshd instead.