diff options
Diffstat (limited to 'usr.bin/ssh/readconf.c')
-rw-r--r-- | usr.bin/ssh/readconf.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index cd55fc9581d..68f97758040 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,20 +1,20 @@ /* - -readconf.c - -Author: Tatu Ylonen <ylo@cs.hut.fi> - -Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland - All rights reserved - -Created: Sat Apr 22 00:03:10 1995 ylo - -Functions for reading the configuration files. - -*/ + * + * readconf.c + * + * Author: Tatu Ylonen <ylo@cs.hut.fi> + * + * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland + * All rights reserved + * + * Created: Sat Apr 22 00:03:10 1995 ylo + * + * Functions for reading the configuration files. + * + */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.17 1999/11/23 22:25:54 markus Exp $"); +RCSID("$Id: readconf.c,v 1.18 1999/11/24 00:26:02 deraadt Exp $"); #include "ssh.h" #include "cipher.h" |