EAP-TTLS module and session data types for interactive prompt/response data changed to bool for simplicity of next commit
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// eap::peer_ttls_ui
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
eap::peer_ttls_ui::peer_ttls_ui() : peer_ui<eap::config_ttls, eap::credentials_ttls, int, int>(type_ttls)
|
||||
eap::peer_ttls_ui::peer_ttls_ui() : peer_ui<eap::config_ttls, eap::credentials_ttls, bool, bool>(type_ttls)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user