[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.3.6.1 and 1.3.6.2

version 1.3.6.1, 2005/09/04 18:40:02 version 1.3.6.2, 2006/02/03 02:53:44
Line 30 
Line 30 
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "compat.h"  
 #include "log.h"  #include "log.h"
 #include "monitor_wrap.h"  
 #include "ssh2.h"  #include "ssh2.h"
   
 #include "ssh-gss.h"  #include "ssh-gss.h"
Line 270 
Line 268 
 }  }
   
 OM_uint32  OM_uint32
 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) {  ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid)
   {
         if (*ctx)          if (*ctx)
                 ssh_gssapi_delete_ctx(ctx);                  ssh_gssapi_delete_ctx(ctx);
         ssh_gssapi_build_ctx(ctx);          ssh_gssapi_build_ctx(ctx);

Legend:
Removed from v.1.3.6.1  
changed lines
  Added in v.1.3.6.2