summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2021-06-30 22:32:58 +0200
committerGitHub <noreply@github.com>2021-06-30 15:32:58 -0500
commitc062a5d27932b57db9df32720966f54b36c95efb (patch)
treede415ca3726408b41b990e41faf8d0fc75505545
parent306ac32d9dd174c51f5b2fc470cb25c9d0d74deb (diff)
downloadpyopenssl-git-c062a5d27932b57db9df32720966f54b36c95efb.tar.gz
add `NO_OVERLAPPING_PROTOCOLS` to `__all__` (#1025)
-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 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",