]> andersk Git - gssapi-openssh.git/commitdiff
small fixes for Kerberos build problems
authorjbasney <jbasney>
Thu, 4 Apr 2002 17:41:34 +0000 (17:41 +0000)
committerjbasney <jbasney>
Thu, 4 Apr 2002 17:41:34 +0000 (17:41 +0000)
openssh/kexgss.c

index 3fec5f74e6be01c0532074c35fabae3f5d1f7101..989da4e7386c5661737ff2abfd7a5a4d0ee06650 100644 (file)
@@ -341,9 +341,11 @@ kexgss_server(Kex *kex)
                gss_release_buffer(&min_status,&recv_tok);
 
 /*modified by binhe*/
+#ifdef GSS_C_GLOBUS_LIMITED_PROXY_FLAG
                 if (ret_flags & GSS_C_GLOBUS_LIMITED_PROXY_FLAG) {
                         fatal("Limited proxy is not allowed.");
                 }
+#endif
 /*end of modification*/
                
                if (maj_status & GSS_S_CONTINUE_NEEDED) {
This page took 0.046391 seconds and 5 git commands to generate.