aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-gssapi.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2004-12-07 06:14:38 +0800
committernobody <nobody@localhost>2004-12-07 06:14:38 +0800
commitb52ad770d4d6f8c925fa53ada8f023c3dfeae2e3 (patch)
tree4b7a3ea0625ec147eeede941ccf4d0c279efcc55 /camel/camel-sasl-gssapi.c
parent6a691aa4e5648cc9dffb5df69e5062c7e195e406 (diff)
downloadgsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.tar.gz
gsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.tar.zst
gsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.zip
This commit was manufactured by cvs2svn to create tagEVOLUTION_2_0_3
'EVOLUTION_2_0_3'. svn path=/tags/EVOLUTION_2_0_3/; revision=28076
Diffstat (limited to 'camel/camel-sasl-gssapi.c')
-rw-r--r--camel/camel-sasl-gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-sasl-gssapi.c b/camel/camel-sasl-gssapi.c
index e4fa002d5c..1efbefee16 100644
--- a/camel/camel-sasl-gssapi.c
+++ b/camel/camel-sasl-gssapi.c
@@ -46,7 +46,6 @@
#define GSS_C_OID_KRBV5_DES GSS_C_NO_OID
#endif
-#include "camel-i18n.h"
#include "camel-sasl-gssapi.h"
CamelServiceAuthType camel_sasl_gssapi_authtype = {
@@ -205,6 +204,7 @@ gssapi_challenge (CamelSasl *sasl, GByteArray *token, CamelException *ex)
gss_buffer_desc inbuf, outbuf;
GByteArray *challenge = NULL;
gss_buffer_t input_token;
+ struct hostent *h;
int conf_state;
gss_qop_t qop;
gss_OID mech;