summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2016-11-18 13:53:39 +0000
committerHynek Schlawack <hs@ox.cx>2016-11-18 14:53:39 +0100
commitc60770699be48e9c3f3b4f542c8a4118be2936ab (patch)
tree9231d6ea9232d3eaeeb8db170d62b5ac2ad4d371 /src/OpenSSL/SSL.py
parentec1e32d37cfc6c7be469a4b7c1c28448312362c2 (diff)
downloadpyopenssl-c60770699be48e9c3f3b4f542c8a4118be2936ab.tar.gz
Convert X509ExtTests to use pytest-style tests (#564)
Diffstat (limited to 'src/OpenSSL/SSL.py')
-rw-r--r--src/OpenSSL/SSL.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
index 7ebf7e0..f92c064 100644
--- a/src/OpenSSL/SSL.py
+++ b/src/OpenSSL/SSL.py
@@ -1065,6 +1065,7 @@ class Context(object):
_lib.SSL_CTX_set_alpn_select_cb(
self._context, self._alpn_select_callback, _ffi.NULL)
+
ContextType = Context