socket tls options: display ciphers

This commit is contained in:
Benjamin Sergeant 2019-12-23 12:25:25 -08:00
parent 440a1058b3
commit 1e97e5e536

View File

@ -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