diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-08 23:13:11 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-08 23:13:11 +0000 |
| commit | 4f52dfbb8d6c4d446500c5b097e3806ec219fbd4 (patch) | |
| tree | 3d0f4c2a20549b73d485fc90aa0998746af9a217 /secure/lib | |
| parent | 57b493651403c93009b81f8a4d1df5592f6573f5 (diff) | |
| parent | 20adc8f2a99cd37b64a80ef63dfc5ba6627d4dfb (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libssh/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 562c1690c6c16..81cb110a122ad 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -9,10 +9,10 @@ SRCS= ssh_api.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 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 \ - compat.c crc32.c deattack.c fatal.c hostfile.c \ - log.c match.c md-sha256.c moduli.c nchan.c packet.c opacket.c \ - readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \ + cipher-ctr.c cleanup.c \ + compat.c crc32.c fatal.c hostfile.c \ + log.c match.c moduli.c nchan.c packet.c opacket.c \ + readpass.c ttymodes.c xmalloc.c addrmatch.c \ atomicio.c key.c dispatch.c mac.c uidswap.c uuencode.c misc.c utf8.c \ monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \ msg.c progressmeter.c dns.c entropy.c umac.c umac128.c \ @@ -23,7 +23,7 @@ SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.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 \ - platform-pledge.c platform-tracing.c + platform-pledge.c platform-tracing.c platform-misc.c PACKAGE= ssh # gss-genr.c should be in $SRCS but causes linking problems, so it is @@ -31,8 +31,8 @@ PACKAGE= ssh # Portability layer SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c explicit_bzero.c fmt_scaled.c \ - glob.c openssl-compat.c port-tun.c realpath.c strtonum.c \ - timingsafe_bcmp.c vis.c xcrypt.c + glob.c openssl-compat.c port-tun.c realpath.c recallocarray.c \ + strtonum.c timingsafe_bcmp.c vis.c xcrypt.c .if ${MK_LDNS} == "no" SRCS+= getrrsetbyname.c |
