X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=ssh-gss.h;h=a3245ea150c4e170a47ffaf3620cc0570ef3cd53;hp=55eabc7751674ffc3b90467544f3d31205b6fb8f;hb=fc4c43dfd9d29f097b21cdce5cadee691948dd4a;hpb=d759e6c50b8bab860dae48501cd0d7fe48ee45e7 diff --git a/ssh-gss.h b/ssh-gss.h index 55eabc7..a3245ea 100644 --- a/ssh-gss.h +++ b/ssh-gss.h @@ -34,26 +34,12 @@ #include #endif -#ifdef KRB5 -# ifndef HEIMDAL -# ifdef HAVE_GSSAPI_GENERIC_H -# include -# elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H) -# include -# endif - -#ifndef HEIMDAL +#ifdef HAVE_GSSAPI_EXT_H +#include +#elif defined(HAVE_GSSAPI_GSSAPI_EXT_H) #include #endif -/* MIT Kerberos doesn't seem to define GSS_NT_HOSTBASED_SERVICE */ - -#ifndef GSS_C_NT_HOSTBASED_SERVICE -#define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name -#endif /* GSS_C_NT_... */ -#endif /* !HEIMDAL */ -#endif /* KRB5 */ - /* draft-ietf-secsh-gsskeyex-06 */ #define SSH2_MSG_USERAUTH_GSSAPI_RESPONSE 60 #define SSH2_MSG_USERAUTH_GSSAPI_TOKEN 61