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 7fd0ab8 commit 0213311Copy full SHA for 0213311
src/OpenSSL/_util.py
@@ -14,7 +14,7 @@
14
15
binding = Binding()
16
ffi = binding.ffi
17
-lib = binding.lib
+lib: Any = binding.lib
18
19
20
# This is a special CFFI allocator that does not bother to zero its memory
0 commit comments