Rename peer_tls to peer_tls_base
peer_tls is actually not a complete EAP-TLS implementation. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -579,7 +579,7 @@ void eap::method_tls::get_result(
|
||||
m_cfg.m_last_status = config_method::status_t::success;
|
||||
|
||||
// Spawn certificate revocation verify thread.
|
||||
dynamic_cast<peer_tls&>(m_module).spawn_crl_check(std::move(m_sc_cert));
|
||||
dynamic_cast<peer_tls_base&>(m_module).spawn_crl_check(std::move(m_sc_cert));
|
||||
}
|
||||
|
||||
// Ask EAP host to save the configuration (connection data).
|
||||
|
Reference in New Issue
Block a user