summaryrefslogtreecommitdiffstats
path: root/testsuite/ext/ssl_protocols.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ext/ssl_protocols.py')
-rw-r--r--testsuite/ext/ssl_protocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ext/ssl_protocols.py b/testsuite/ext/ssl_protocols.py
index a56293669..f92e3e355 100644
--- a/testsuite/ext/ssl_protocols.py
+++ b/testsuite/ext/ssl_protocols.py
@@ -8,7 +8,7 @@ except ImportError:
def ssl_transform(module):
if module.name == 'ssl':
for proto in ('SSLv23', 'TLSv1'):
- module.locals['PROTOCOL_%s' % proto] = [node_classes.Const()]
+ module.locals['PROTOCOL_%s' % proto] = [node_classes.Const(0)]
def register(linter):
if PYLINT == 0: