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:
2016-07-20 09:10:54 +02:00
parent 40c992e1a5
commit a0303f0a1f
6 changed files with 10 additions and 10 deletions

View File

@@ -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)
{
}