Removed mac_addr from eapol_ctx to fix the eapol_test build

This commit is contained in:
Jouni Malinen 2008-12-03 19:53:31 +02:00
parent 9881795e2c
commit a17322c345

View file

@ -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) {