Skip to content

Commit 563b119

Browse files
authored
Added binding needed for pyOpenSSL (#9739) (#9740)
1 parent fc11bce commit 563b119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/_cffi_src/openssl/x509.py

+3
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@
195195
196196
const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *);
197197
const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *);
198+
199+
void X509_ALGOR_get0(const ASN1_OBJECT **, int *, const void **,
200+
const X509_ALGOR *);
198201
"""
199202

200203
CUSTOMIZATIONS = """

0 commit comments

Comments
 (0)