We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157e3b5 commit a4a524eCopy full SHA for a4a524e
ssl/ssl.py
@@ -1 +1,6 @@
1
from ussl import *
2
+
3
+# Constants
4
+for sym in "CERT_NONE", "CERT_OPTIONAL", "CERT_REQUIRED":
5
+ if sym not in globals():
6
+ globals()[sym] = object()
0 commit comments