[BACK]Return to gss-serv.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/gss-serv.c between version 1.19 and 1.20

version 1.19, 2006/07/22 20:48:23 version 1.20, 2006/08/03 03:34:42
Line 24 
Line 24 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #ifdef GSSAPI  #ifdef GSSAPI
   
 #include <string.h>  #include <string.h>
   
 #include "bufaux.h"  #include "xmalloc.h"
   #include "buffer.h"
   #include "key.h"
   #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
 #include "log.h"  #include "log.h"
 #include "channels.h"  #include "channels.h"
 #include "session.h"  #include "session.h"
 #include "xmalloc.h"  
 #include "misc.h"  #include "misc.h"
   
 #include "ssh-gss.h"  #include "ssh-gss.h"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20