mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Remove /tls:enforce:ssl3 option
SSL3 is deactivated during connect anyway, so do not expose the option
This commit is contained in:
committed by
Bernhard Miklautz
parent
ef6842d249
commit
181debc3d1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user