Skip to content

Commit

Permalink
Added binding needed for pyOpenSSL (#9739) (#9740)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 19, 2023
1 parent fc11bce commit 563b119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_cffi_src/openssl/x509.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@
const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *);
const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *);
void X509_ALGOR_get0(const ASN1_OBJECT **, int *, const void **,
const X509_ALGOR *);
"""

CUSTOMIZATIONS = """
Expand Down

0 comments on commit 563b119

Please sign in to comment.