Removed mac_addr from eapol_ctx to fix the eapol_test build
authorJouni Malinen <j@w1.fi>
Wed, 3 Dec 2008 17:53:31 +0000 (19:53 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 3 Dec 2008 17:53:31 +0000 (19:53 +0200)
wpa_supplicant/eapol_test.c

index f650c85..4d96785 100644 (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) {