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

@@ -35,7 +35,7 @@ namespace eap
namespace eap
{
class peer_ttls_ui : public peer_ui<eap::config_ttls, eap::credentials_ttls, int, int>
class peer_ttls_ui : public peer_ui<eap::config_ttls, eap::credentials_ttls, bool, bool>
{
public:
///