return RLM_MODULE_OK;
}
-static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,5,7,8)) mschap_process_response(int *mschap_version,
+static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,7,8)) mschap_process_response(int *mschap_version,
uint8_t nthashhash[static NT_DIGEST_LENGTH],
rlm_mschap_t const *inst,
REQUEST *request,
return mschap_error(inst, request, *response->vp_octets, mschap_result, *mschap_version, smb_ctrl);
}
-static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,5,7,8)) mschap_process_v2_response(int *mschap_version,
+static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,7,8)) mschap_process_v2_response(int *mschap_version,
uint8_t nthashhash[static NT_DIGEST_LENGTH],
rlm_mschap_t const *inst,
REQUEST *request,