=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/gss-genr.c,v retrieving revision 1.3.6.2 retrieving revision 1.4 diff -u -r1.3.6.2 -r1.4 --- src/usr.bin/ssh/gss-genr.c 2006/02/03 02:53:44 1.3.6.2 +++ src/usr.bin/ssh/gss-genr.c 2005/07/17 07:17:55 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-genr.c,v 1.3.6.2 2006/02/03 02:53:44 brad Exp $ */ +/* $OpenBSD: gss-genr.c,v 1.4 2005/07/17 07:17:55 djm Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -30,7 +30,9 @@ #include "xmalloc.h" #include "bufaux.h" +#include "compat.h" #include "log.h" +#include "monitor_wrap.h" #include "ssh2.h" #include "ssh-gss.h" @@ -268,8 +270,7 @@ } OM_uint32 -ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) -{ +ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) { if (*ctx) ssh_gssapi_delete_ctx(ctx); ssh_gssapi_build_ctx(ctx);