socket tls options: display ciphers
This commit is contained in:
parent
e2c5f751bd
commit
d72e5e70f6
@ -81,6 +81,7 @@ namespace ix
|
||||
ss << " keyFile = " << keyFile << std::endl;
|
||||
ss << " caFile = " << caFile << std::endl;
|
||||
ss << " ciphers = " << ciphers << std::endl;
|
||||
ss << " ciphers = " << ciphers << std::endl;
|
||||
return ss.str();
|
||||
}
|
||||
} // namespace ix
|
||||
|
Loading…
Reference in New Issue
Block a user