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

Diff for /src/usr.bin/ssh/gss-serv.c between version 1.11 and 1.12

version 1.11, 2005/10/13 14:20:37 version 1.12, 2005/10/13 19:08:08
Line 39 
Line 39 
   
 #include "ssh-gss.h"  #include "ssh-gss.h"
   
 extern ServerOptions options;  
   
 static ssh_gssapi_client gssapi_client =  static ssh_gssapi_client gssapi_client =
     { GSS_C_EMPTY_BUFFER, GSS_C_EMPTY_BUFFER,      { GSS_C_EMPTY_BUFFER, GSS_C_EMPTY_BUFFER,
     GSS_C_NO_CREDENTIAL, NULL, {NULL, NULL, NULL}};      GSS_C_NO_CREDENTIAL, NULL, {NULL, NULL, NULL}};

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