Show More
@@ -543,7 +543,7 b' def has_defaultcacertsloaded():' | |||||
543 | @check("tls1.2", "TLS 1.2 protocol support") |
|
543 | @check("tls1.2", "TLS 1.2 protocol support") | |
544 | def has_tls1_2(): |
|
544 | def has_tls1_2(): | |
545 | from mercurial import sslutil |
|
545 | from mercurial import sslutil | |
546 | return 'tls1.2' in sslutil.supportedprotocols |
|
546 | return b'tls1.2' in sslutil.supportedprotocols | |
547 |
|
547 | |||
548 | @check("windows", "Windows") |
|
548 | @check("windows", "Windows") | |
549 | def has_windows(): |
|
549 | def has_windows(): |
General Comments 0
You need to be logged in to leave comments.
Login now