=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/ssh/readconf.c 1999/11/23 22:25:54 1.17 +++ src/usr.bin/ssh/readconf.c 1999/11/24 00:26:02 1.18 @@ -1,20 +1,20 @@ /* + * + * readconf.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , 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 - -Copyright (c) 1995 Tatu Ylonen , 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"