unit: use new setting key name for EAP-MD5

This commit is contained in:
Tim Kourt 2018-10-29 13:32:26 -07:00 committed by Denis Kenzior
parent 99c685940a
commit f369c9006e
1 changed files with 1 additions and 1 deletions

View File

@ -3176,7 +3176,7 @@ static void eapol_sm_test_eap_ttls_md5(const void *data)
"EAP-TTLS-ClientKey=ell/unit/cert-client-key-pkcs8.pem\n"
"EAP-TTLS-Phase2-Method=MD5\n"
"EAP-TTLS-Phase2-Identity=abc@example.com\n"
"EAP-TTLS-Phase2-MD5-Secret=testpasswd";
"EAP-TTLS-Phase2-Password=testpasswd";
struct eapol_8021x_eap_ttls_test_state s;
s.tls.app_data_cb = eapol_sm_test_eap_ttls_new_data;