From: Jouni Malinen Date: Wed, 3 Dec 2008 17:53:31 +0000 (+0200) Subject: Removed mac_addr from eapol_ctx to fix the eapol_test build X-Git-Tag: hostap_0_6_7~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a17322c345fe4372001b197ffbe19dd34f8af373;p=thirdparty%2Fhostap.git Removed mac_addr from eapol_ctx to fix the eapol_test build --- diff --git a/wpa_supplicant/eapol_test.c b/wpa_supplicant/eapol_test.c index f650c85ab..4d9678569 100644 --- a/wpa_supplicant/eapol_test.c +++ b/wpa_supplicant/eapol_test.c @@ -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) {