[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.2 and 1.4

version 1.3.6.2, 2006/02/03 02:53:44 version 1.4, 2005/07/17 07:17:55
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 268 
Line 270 
 }  }
   
 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.2  
changed lines
  Added in v.1.4