support gss_get_mic_iov et al
[mech_eap.git] / mech_eap / wrap.c
index 2e27fb3..e0f20b8 100644 (file)
@@ -104,7 +104,7 @@ gssEapWrap(OM_uint32 *minor,
     iov[3].buffer.length = 0;
 
     major = gssEapWrapIovLength(minor, ctx, conf_req_flag, qop_req,
-                                NULL, iov, 4);
+                                NULL, iov, 4, TOK_TYPE_WRAP);
     if (GSS_ERROR(major)) {
         return major;
     }