Deleted Added
full compact
1c1
< /* $OpenBSD: auth2-gss.c,v 1.12 2005/10/13 22:24:31 stevesk Exp $ */
---
> /* $OpenBSD: auth2-gss.c,v 1.15 2006/08/03 03:34:41 deraadt Exp $ */
30a31,37
> #include <sys/types.h>
>
> #include <stdarg.h>
>
> #include "xmalloc.h"
> #include "key.h"
> #include "hostfile.h"
33d39
< #include "xmalloc.h"
35a42
> #include "buffer.h"
37a45
> #include "ssh-gss.h"
40,41d47
< #include "ssh-gss.h"
<
102a109,110
> if (ctxt != NULL)
> ssh_gssapi_delete_ctx(&ctxt);