X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_gss.c;h=978d5a46f40a6b7ab7ec55b2a71dd230a7c7722c;hp=a2783f97f8e7174952f4e71d400f1893d535c266;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/imap/auth_gss.c b/imap/auth_gss.c index a2783f9..978d5a4 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -9,14 +9,10 @@ /* GSS login/authentication code */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include #ifdef USE_GSS -#include - #include #ifdef HAVE_HEIMDAL @@ -44,7 +40,6 @@ imap_auth_res_t imap_auth_gss (IMAP_DATA * idata, const char *method __attribute gss_buffer_t sec_token; gss_name_t target_name; gss_ctx_id_t context; - gss_OID mech_name; gss_qop_t quality; int cflags; OM_uint32 maj_stat, min_stat;