diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-01-20 00:03:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-01-20 00:03:28 +0000 |
| commit | ba681bc9346cfdfa8e7f19cbef4e716de70fbfa5 (patch) | |
| tree | f131c59a6798527533b9426edbdb5098fa6b9bb1 /secure/lib/libssh | |
| parent | e1a51e19e0c75f4a1683762dae92b9ef36ced695 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 65bcdb054227..6ec5278a127a 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -6,7 +6,7 @@ LIB= ssh PRIVATELIB= true SHLIB_MAJOR= 5 SRCS= ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \ - sshbuf-misc.c sshbuf-getput-crypto.c krl.o bitmap.o + sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \ canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \ cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \ |
