Rename ui_context_ttls => ui_context_tls_tunnel to make reusable

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-14 15:52:20 +01:00
parent 248e15641a
commit fb8ca2de24
4 changed files with 19 additions and 19 deletions

View File

@@ -371,7 +371,7 @@ void eap::peer_ttls::get_ui_context(
auto s = static_cast<session*>(hSession);
// Get context data from method.
ui_context_ttls ctx(s->m_cfg, s->m_cred);
ui_context_tls_tunnel ctx(s->m_cfg, s->m_cred);
s->m_method->get_ui_context(ctx.m_data);
// Pack context data.