diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-03-14 18:54:29 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-03-14 18:54:29 +0000 |
| commit | 538354481ef7dbcd76ebc7334512a9d60994b84e (patch) | |
| tree | 7aa3dd8f24b6558f2ef57be4db6203ac91424ea3 /secure/lib | |
| parent | 7d536dc855c85c15bf45f033d108a61b1f3cecc3 (diff) | |
| parent | 9580c0f7ce319d3e4e213faa40b59bd91c7b66ba (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 35e291b373276..a352cbc03790d 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 PACKAGE= ssh # gss-genr.c should be in $SRCS but causes linking problems, so it is |
