[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.5 and 1.6

version 1.5, 2005/10/13 14:03:01 version 1.6, 2005/10/13 22:24:31
Line 268 
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.5  
changed lines
  Added in v.1.6