diff options
Diffstat (limited to 'src/OpenSSL')
-rw-r--r-- | src/OpenSSL/SSL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py index 660cd9f..e71b044 100644 --- a/src/OpenSSL/SSL.py +++ b/src/OpenSSL/SSL.py @@ -117,6 +117,7 @@ __all__ = [ "WantX509LookupError", "ZeroReturnError", "SysCallError", + "NO_OVERLAPPING_PROTOCOLS", "SSLeay_version", "Session", "Context", |