diff options
author | 2000-01-04 00:07:58 +0000 | |
---|---|---|
committer | 2000-01-04 00:07:58 +0000 | |
commit | 5f00c8f7621195e4fa5f7a4f7145212e2f6c0ac4 (patch) | |
tree | 93b5ecc36d76a10eec7ff7f96fccb96632ddf1fe /usr.bin/ssh/log.c | |
parent | sync (diff) | |
download | wireguard-openbsd-5f00c8f7621195e4fa5f7a4f7145212e2f6c0ac4.tar.xz wireguard-openbsd-5f00c8f7621195e4fa5f7a4f7145212e2f6c0ac4.zip |
ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:
sshd allows multiple ListenAddress and Port options. note that libwrap is
not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and
fujiwara@rcac.tdi.co.jp)
Diffstat (limited to 'usr.bin/ssh/log.c')
-rw-r--r-- | usr.bin/ssh/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c index 837a670de1c..03038b2fbe4 100644 --- a/usr.bin/ssh/log.c +++ b/usr.bin/ssh/log.c @@ -3,7 +3,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: log.c,v 1.6 1999/11/24 19:53:47 markus Exp $"); +RCSID("$OpenBSD: log.c,v 1.7 2000/01/04 00:07:59 markus Exp $"); #include "ssh.h" #include "xmalloc.h" |