diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-06-16 15:30:10 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-06-16 15:30:10 +0000 |
| commit | 5d54b264b7329230ef94c7882f56b74a4af0cf8c (patch) | |
| tree | f557960e2cccd5900bb2540c6be71c17004db539 /secure/lib/libssh | |
| parent | 01ed1748318696c7444d39e08fa97fb3d2ee5ab7 (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 5a3659a15eb8..1bec2c1a15aa 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,7 +19,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ # compiled directly into sshd instead. # Portability layer -SRCS+= bsd-closefrom.c bsd-misc.c fmt_scaled.c getrrsetbyname.c \ +SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c \ openssl-compat.c port-tun.c strtonum.c vis.c xcrypt.c xmmap.c # FreeBSD additions SRCS+= version.c |
