eap::peer<> and eap::session<> redundant template argument removed

This commit is contained in:
2016-08-05 13:45:18 +02:00
parent 91dcc0bbbc
commit 437f5f91b8
11 changed files with 23 additions and 38 deletions

View File

@@ -60,7 +60,7 @@ namespace eap
};
class session_tls : public session<config_method_tls, credentials_tls, bool, bool>
class session_tls : public session<credentials_tls, bool, bool>
{
public:
///