Removed mac_addr from eapol_ctx to fix the eapol_test build
This commit is contained in:
parent
9881795e2c
commit
a17322c345
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ static int test_eapol(struct eapol_test_data *e, struct wpa_supplicant *wpa_s,
|
|||
ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
|
||||
ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
|
||||
#endif /* EAP_TLS_OPENSSL */
|
||||
ctx->mac_addr = wpa_s->own_addr;
|
||||
|
||||
wpa_s->eapol = eapol_sm_init(ctx);
|
||||
if (wpa_s->eapol == NULL) {
|
||||
|
|
Loading…
Reference in a new issue