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

@@ -28,7 +28,7 @@ using namespace winstd;
// eap::peer_ttls
//////////////////////////////////////////////////////////////////////
eap::peer_ttls::peer_ttls() : peer(type_ttls)
eap::peer_ttls::peer_ttls() : peer<config_ttls, credentials_ttls, bool, bool>(type_ttls)
{
}