=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/ssh/servconf.c 1999/11/23 22:25:54 1.25 +++ src/usr.bin/ssh/servconf.c 1999/11/24 00:26:03 1.26 @@ -1,18 +1,18 @@ /* + * + * servconf.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Mon Aug 21 15:48:58 1995 ylo + * + */ -servconf.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Mon Aug 21 15:48:58 1995 ylo - -*/ - #include "includes.h" -RCSID("$Id: servconf.c,v 1.25 1999/11/23 22:25:54 markus Exp $"); +RCSID("$Id: servconf.c,v 1.26 1999/11/24 00:26:03 deraadt Exp $"); #include "ssh.h" #include "servconf.h"