Show More
@@ -442,7 +442,7 b' def has_defaultcacertsloaded():' | |||||
442 | @check("tls1.2", "TLS 1.2 protocol support") |
|
442 | @check("tls1.2", "TLS 1.2 protocol support") | |
443 | def has_tls1_2(): |
|
443 | def has_tls1_2(): | |
444 | from mercurial import sslutil |
|
444 | from mercurial import sslutil | |
445 | return 'tls1.2' in sslutil.supportprotocols |
|
445 | return 'tls1.2' in sslutil.supportedprotocols | |
446 |
|
446 | |||
447 | @check("windows", "Windows") |
|
447 | @check("windows", "Windows") | |
448 | def has_windows(): |
|
448 | def has_windows(): |
General Comments 0
You need to be logged in to leave comments.
Login now