=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rsa.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/ssh/Attic/auth-rsa.c 2000/03/23 22:15:33 1.19 +++ src/usr.bin/ssh/Attic/auth-rsa.c 2000/04/12 09:39:09 1.20 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: auth-rsa.c,v 1.19 2000/03/23 22:15:33 markus Exp $"); +RCSID("$Id: auth-rsa.c,v 1.20 2000/04/12 09:39:09 markus Exp $"); #include "rsa.h" #include "packet.h" @@ -27,8 +27,8 @@ #include "match.h" #include "servconf.h" -#include -#include +#include +#include /* Flags that may be set in authorized_keys options. */ extern int no_port_forwarding_flag;