From: jbasney Date: Thu, 4 Apr 2002 23:00:58 +0000 (+0000) Subject: include "globus_gss_assist.h" for globus_gss_assist_gridmap() prototype X-Git-Tag: OPENSSH_GSSAPI_Protocol1_Complete~12 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/feefe0383c2eb141b896b71b211fefcf35a641b7 include "globus_gss_assist.h" for globus_gss_assist_gridmap() prototype --- diff --git a/openssh/auth1.c b/openssh/auth1.c index 6b195dc..67b484b 100644 --- a/openssh/auth1.c +++ b/openssh/auth1.c @@ -32,6 +32,10 @@ RCSID("$OpenBSD: auth1.c,v 1.35 2002/02/03 17:53:25 markus Exp $"); extern ServerOptions options; #ifdef GSSAPI +#ifdef GSI +#include "globus_gss_assist.h" +#endif + int userauth_gssapi(Authctxt *authctxt); void