diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-11 13:22:43 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-11 13:22:43 +0000 |
| commit | 47dd1d1b619cc035b82b49a91a25544309ff95ae (patch) | |
| tree | 3dbf49b97b36253980813dcaf8fb05ba118a95a2 /secure | |
| parent | d2a80426b3b719263c665797a79caf68a7a8fe84 (diff) | |
| parent | c8a2bf14627149859c5fed86cf127096c4fa2870 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libssh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 81cb110a122a..761bc17c6e09 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,7 +19,7 @@ SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \ ssh-pkcs11.c smult_curve25519_ref.c \ poly1305.c chacha.c cipher-chachapoly.c \ ssh-ed25519.c digest-openssl.c digest-libc.c hmac.c \ - sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c blocks.c \ + sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.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 \ @@ -30,9 +30,9 @@ PACKAGE= ssh # compiled directly into sshd instead. # 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 recallocarray.c \ - strtonum.c timingsafe_bcmp.c vis.c xcrypt.c +SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \ + fmt_scaled.c freezero.c glob.c openssl-compat.c port-net.c \ + realpath.c recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c .if ${MK_LDNS} == "no" SRCS+= getrrsetbyname.c |
