Implemented callback in libeap/src/crypto to allow mech_eap / ID Selector to ask...
[mech_eap.git] / mech_eap / wrap_iov_length.c
index 247b78d..5621aed 100644 (file)
@@ -121,7 +121,7 @@ gssEapWrapIovLength(OM_uint32 *minor,
     if (conf_req_flag && gssEapIsIntegrityOnly(iov, iov_count))
         conf_req_flag = FALSE;
 
-    gssHeaderLen = gssPadLen = gssTrailerLen = 0;
+    gssPadLen = gssTrailerLen = 0;
 
 #ifdef HAVE_HEIMDAL_VERSION
     code = krb5_crypto_init(krbContext, &ctx->rfc3961Key, ETYPE_NULL, &krbCrypto);