Thanks to visit codestin.com Credit goes to github.com
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 ad55360 commit 615967bCopy full SHA for 615967b
1 file changed
src/_cffi_src/openssl/pkcs7.py
@@ -42,18 +42,7 @@
42
...;
43
} PKCS7;
44
45
-static const int PKCS7_BINARY;
46
-static const int PKCS7_DETACHED;
47
-static const int PKCS7_NOATTR;
48
-static const int PKCS7_NOCERTS;
49
-static const int PKCS7_NOCHAIN;
50
-static const int PKCS7_NOINTERN;
51
-static const int PKCS7_NOSIGS;
52
-static const int PKCS7_NOSMIMECAP;
53
-static const int PKCS7_NOVERIFY;
54
-static const int PKCS7_STREAM;
55
static const int PKCS7_TEXT;
56
-static const int PKCS7_PARTIAL;
57
"""
58
59
FUNCTIONS = """
0 commit comments