Finished implementing, now for the testing phase.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ehs
|
||||
{
|
||||
}
|
||||
|
||||
SSL::SSL(const AddrType type)
|
||||
SSL::SSL(const IP type)
|
||||
: TCP(type), ctx(nullptr), sslHdl(nullptr)
|
||||
{
|
||||
SSL::Initialize();
|
||||
|
Reference in New Issue
Block a user