_cbb->eap_type = PW_EAP_TEAP;\
} while (0)
-static const struct teap_imck_t imck_zeros = { 0 };
+static struct teap_imck_t imck_zeros = { 0 };
/**
* RFC 7170 EAP-TEAP Authentication Phase 1: Key Derivations
uint8_t mac[EVP_MAX_MD_SIZE];
unsigned int maclen = sizeof(mac);
unsigned int flags;
- struct teap_imck_t const *imck = NULL;
+ struct teap_imck_t *imck = NULL;
olen = tls_session->outer_tlvs_octets ? talloc_array_length(tls_session->outer_tlvs_octets) : 0;
/* FIXME: include client outer TLVs */