Skip to content

Commit 615967b

Browse files
authored
remove unused pkcs7 bindings
1 parent ad55360 commit 615967b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/_cffi_src/openssl/pkcs7.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,7 @@
4242
...;
4343
} PKCS7;
4444
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;
5545
static const int PKCS7_TEXT;
56-
static const int PKCS7_PARTIAL;
5746
"""
5847

5948
FUNCTIONS = """

0 commit comments

Comments
 (0)