diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-01-20 22:57:10 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-01-20 22:57:10 +0000 |
| commit | eccfee6ebc28c335f2a2b9db7736dc1961131b04 (patch) | |
| tree | c90d6531b4082060e49583793ca124b381f7ffd6 /secure/lib/libssh | |
| parent | bd3f34d4ba691b1bbc79269f992c5ae666b9404e (diff) | |
| parent | d994eeedda788efc28b630e10a33548453293473 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 6ec5278a127a..2eae203cb83f 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -29,8 +29,8 @@ SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \ # 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 strtonum.c timingsafe_bcmp.c \ - vis.c xcrypt.c xmmap.c + glob.c openssl-compat.c port-tun.c realpath.c strtonum.c \ + timingsafe_bcmp.c vis.c xcrypt.c xmmap.c .if ${MK_LDNS} == "no" SRCS+= getrrsetbyname.c |
