support gss_get_mic_iov et al
[mech_eap.git] / mech_eap / wrap_size_limit.c
index d11fd63..78d3223 100644 (file)
@@ -79,7 +79,7 @@ gss_wrap_size_limit(OM_uint32 *minor,
     iov[3].buffer.length = 0;
 
     major = gssEapWrapIovLength(minor, ctx, conf_req_flag, qop_req,
-                                NULL, iov, 4);
+                                NULL, iov, TOK_TYPE_WRAP, 4);
     if (GSS_ERROR(major))
         goto cleanup;