diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-03-06 01:37:05 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-03-06 01:37:05 +0000 |
| commit | ca86bcf2531c7b149c95244a67853d44323e7855 (patch) | |
| tree | 23390addad9593662304883efe4cae60bd1670a4 /secure/lib/libssh/Makefile | |
| parent | 53de37f8ca93019f38b66657ba5f2bf53beff012 (diff) | |
| parent | 19ca85510bbe080af3faf5e9ae394608428ac953 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -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 8445edfca17e..f3c65ffac41c 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -32,7 +32,7 @@ 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 xmmap.c + timingsafe_bcmp.c vis.c xcrypt.c .if ${MK_LDNS} == "no" SRCS+= getrrsetbyname.c |
