Rename peer_tls to peer_tls_base
peer_tls is actually not a complete EAP-TLS implementation. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -42,7 +42,7 @@ namespace eap
|
||||
///
|
||||
/// TLS tunnel peer
|
||||
///
|
||||
class peer_tls_tunnel : public peer_tls
|
||||
class peer_tls_tunnel : public peer_tls_base
|
||||
{
|
||||
public:
|
||||
///
|
||||
|
Reference in New Issue
Block a user