X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=8b328078a86a4f9c8d74ba28f79f59e931a2ab6c;hp=8ee355b7cbf24bdec736e36fdc5adc2b943d83ea;hb=8e689b28eefc1a93797f299c33f7ec3e2e340329;hpb=85fd0dfe747c58f2da62074ddd90a598397a4848 diff --git a/imap/auth.c b/imap/auth.c index 8ee355b..8b32807 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -19,10 +19,6 @@ static imap_auth_t imap_authenticators[] = { {imap_auth_sasl, NULL}, -#ifdef USE_GSS - {imap_auth_gss, "gssapi"}, -#endif - /* SASL includes CRAM-MD5 (and GSSAPI, but that's not enabled by default) */ {imap_auth_login, "login"}, {NULL, NULL} };