]> andersk Git - gssapi-openssh.git/commitdiff
include "globus_gss_assist.h" for globus_gss_assist_gridmap() prototype
authorjbasney <jbasney>
Thu, 4 Apr 2002 23:00:58 +0000 (23:00 +0000)
committerjbasney <jbasney>
Thu, 4 Apr 2002 23:00:58 +0000 (23:00 +0000)
openssh/auth1.c

index 6b195dc916d570bc8a3113feee759f0e5b151414..67b484b3c2624c5c04a36149e3f75b20753c46fb 100644 (file)
@@ -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
This page took 0.032005 seconds and 5 git commands to generate.