1
0
Fork 0
This commit is contained in:
jsteemann 2017-02-09 11:54:07 +01:00
parent 7de0142fc1
commit 15f371e5d1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void SslServerFeature::collectOptions(std::shared_ptr<ProgramOptions> options) {
options->addOption("--ssl.protocol", options->addOption("--ssl.protocol",
"ssl protocol (1 = SSLv2, 2 = SSLv23, 3 = SSLv3, 4 = " "ssl protocol (1 = SSLv2, 2 = SSLv23, 3 = SSLv3, 4 = "
"TLSv1, 5 = TLSV1.2 (recommended)", "TLSv1, 5 = TLSV1.2 (recommended))",
new DiscreteValuesParameter<UInt64Parameter>( new DiscreteValuesParameter<UInt64Parameter>(
&_sslProtocol, sslProtocols)); &_sslProtocol, sslProtocols));