Skip to content
Snippets Groups Projects
Commit 33463238 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

hghave: fix typo of sslutil.supportedprotocols

parent 754f6367
No related branches found
No related tags found
No related merge requests found
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
@check("tls1.2", "TLS 1.2 protocol support") @check("tls1.2", "TLS 1.2 protocol support")
def has_tls1_2(): def has_tls1_2():
from mercurial import sslutil from mercurial import sslutil
return 'tls1.2' in sslutil.supportprotocols return 'tls1.2' in sslutil.supportedprotocols
@check("windows", "Windows") @check("windows", "Windows")
def has_windows(): def has_windows():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment