git: vendor/OPENSSH libssh: remove some unused files
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jan 25 12:06:32 PST 2015
commit 54e479e49d6d6486f5f70a7c20c4f5b07d88dcda
Author: Robin Hahling <robin.hahling at gw-computing.net>
Date: Sun Jan 25 20:49:14 2015 +0100
libssh: remove some unused files
Summary of changes:
crypto/openssh/README.DELETED | 9 +
crypto/openssh/digest-libc.c | 239 -----------
crypto/openssh/openbsd-compat/arc4random.c | 294 --------------
crypto/openssh/openbsd-compat/bsd-setres_id.c | 100 -----
crypto/openssh/openbsd-compat/chacha_private.h | 222 -----------
crypto/openssh/openbsd-compat/getopt.h | 74 ----
crypto/openssh/openbsd-compat/getopt_long.c | 532 -------------------------
crypto/openssh/openbsd-compat/kludge-fd_set.c | 28 --
crypto/openssh/openbsd-compat/strtoull.c | 110 -----
crypto/openssh/sandbox-capsicum.c | 122 ------
10 files changed, 9 insertions(+), 1721 deletions(-)
delete mode 100644 crypto/openssh/digest-libc.c
delete mode 100644 crypto/openssh/openbsd-compat/arc4random.c
delete mode 100644 crypto/openssh/openbsd-compat/bsd-setres_id.c
delete mode 100644 crypto/openssh/openbsd-compat/chacha_private.h
delete mode 100644 crypto/openssh/openbsd-compat/getopt.h
delete mode 100644 crypto/openssh/openbsd-compat/getopt_long.c
delete mode 100644 crypto/openssh/openbsd-compat/kludge-fd_set.c
delete mode 100644 crypto/openssh/openbsd-compat/strtoull.c
delete mode 100644 crypto/openssh/sandbox-capsicum.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/54e479e49d6d6486f5f70a7c20c4f5b07d88dcda
--
DragonFly BSD source repository
More information about the Commits
mailing list