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

Diff for /src/usr.bin/ssh/servconf.c between version 1.85 and 1.86

version 1.85, 2001/06/26 16:15:24 version 1.86, 2001/06/26 17:41:49
Line 15 
Line 15 
 #ifdef KRB4  #ifdef KRB4
 #include <krb.h>  #include <krb.h>
 #endif  #endif
   #ifdef AFS
   #include <kafs.h>
   #endif
   
 #include "ssh.h"  #include "ssh.h"
 #include "log.h"  #include "log.h"

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86