Remove /tls:enforce:ssl3 option

SSL3 is deactivated during connect anyway, so do not expose the
option
This commit is contained in:
akallabeth 2022-10-20 08:55:22 +02:00 committed by Bernhard Miklautz
parent ef6842d249
commit 181debc3d1

View File

@ -1755,7 +1755,6 @@ static int parse_tls_enforce(rdpSettings* settings, const char* Value)
UINT16 version;
};
const struct map_t map[] = {
{ "ssl3", SSL3_VERSION },
{ "1.0", TLS1_VERSION },
{ "1.1", TLS1_1_VERSION },
{ "1.2", TLS1_2_VERSION }