X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..03799e24b23b9a04aee38d40898625a71b92b5e6:/imap/auth_gss.c diff --git a/imap/auth_gss.c b/imap/auth_gss.c index da7c22b..ab21fd3 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Brendan Cully + * Copyright (C) 1999-2001,2005,2009 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,7 +85,9 @@ imap_auth_res_t imap_auth_gss (IMAP_DATA* idata, const char* method) gss_buffer_t sec_token; gss_name_t target_name; gss_ctx_id_t context; +#ifdef DEBUG gss_OID mech_name; +#endif gss_qop_t quality; int cflags; OM_uint32 maj_stat, min_stat;