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

Diff for /src/usr.bin/ssh/gss-genr.c between version 1.12 and 1.13

version 1.12, 2006/07/26 02:35:17 version 1.13, 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"  
   
 #ifdef GSSAPI  #ifdef GSSAPI
   
 #include <sys/param.h>  #include <sys/param.h>
   
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "bufaux.h"  #include "buffer.h"
 #include "log.h"  #include "log.h"
 #include "ssh2.h"  #include "ssh2.h"
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13