Fix globbing

Noticed by:	delphij, David Cornejo <dave@dogwood.com>
Forgotten by:	des
This commit is contained in:
Dag-Erling Smørgrav 2009-11-10 09:45:43 +00:00
parent c574558f28
commit 0c56c384d6
2 changed files with 3 additions and 1 deletions

View File

@ -223,6 +223,8 @@
#define get_u32 ssh_get_u32
#define get_u64 ssh_get_u64
#define getrrsetbyname ssh_getrrsetbyname
#define glob ssh_glob
#define globfree ssh_globfree
#define host_hash ssh_host_hash
#define hostfile_read_key ssh_hostfile_read_key
#define hpdelim ssh_hpdelim

View File

@ -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-misc.c fmt_scaled.c getrrsetbyname.c \
SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c glob.c \
openssl-compat.c port-tun.c strtonum.c vis.c xcrypt.c xmmap.c
# FreeBSD additions
SRCS+= version.c