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

Diff for /src/usr.bin/ssh/auth2-gss.c between version 1.15 and 1.16

version 1.15, 2006/08/03 03:34:41 version 1.16, 2007/10/29 00:52:45
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.
  */   */
   
   #ifdef GSSAPI
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
Line 291 
Line 293 
         userauth_gssapi,          userauth_gssapi,
         &options.gss_authentication          &options.gss_authentication
 };  };
   #endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16