socket tls options: display ciphers

This commit is contained in:
Benjamin Sergeant 2019-12-23 12:25:25 -08:00
parent e2c5f751bd
commit d72e5e70f6

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