diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-07-14 20:46:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-07-14 20:46:19 +0000 |
| commit | 0732a27aec12484364ba3f7f453ab8ca9ac975a7 (patch) | |
| tree | 929f8ccfeb6c37d363065c694512c3488a2d3bc4 /secure | |
| parent | 087b3f332dcf28b5997111279a1586dd675ae00e (diff) | |
Notes
Diffstat (limited to 'secure')
| -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 033fc1e015a5..4e18e69a29dd 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-arc4random.c bsd-closefrom.c bsd-misc.c fmt_scaled.c \ +SRCS+= bsd-arc4random.c bsd-misc.c fmt_scaled.c \ getrrsetbyname.c openssl-compat.c port-tun.c strtonum.c \ vis.c xcrypt.c xmmap.c # FreeBSD additions |
