Skip to content

Commit b6784c9

Browse files
authored
add X509V3_EXT_ERROR_UNKNOWN binding (#9547)
1 parent 8595393 commit b6784c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_cffi_src/openssl/x509v3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
} d;
4242
...;
4343
} GENERAL_NAME;
44+
45+
static const long X509V3_EXT_ERROR_UNKNOWN;
4446
"""
4547

4648

0 commit comments

Comments
 (0)