cryptography
cryptography copied to clipboard
asn1.py: treat asn1_string_st as opaque
OpenSSL 4 plans to make ASN1_STRING opaque. Using a forward declaration rather than a redefinition avoids the build breakage in cryptography's cffi when it tries to validate the sizes of the members.