Added binding needed for pyOpenSSL (#9739) (#9740)

This commit is contained in:
Alex Gaynor 2023-10-19 18:47:17 -04:00 committed by GitHub
parent fc11bce693
commit 563b119399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,6 +195,9 @@ int i2d_ECPrivateKey_bio(BIO *, EC_KEY *);
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 = """