diff options
-rw-r--r-- | cryptography/bindings/openssl/asn1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/bindings/openssl/asn1.py b/cryptography/bindings/openssl/asn1.py index 4bc56882..1edcd449 100644 --- a/cryptography/bindings/openssl/asn1.py +++ b/cryptography/bindings/openssl/asn1.py @@ -27,6 +27,7 @@ struct asn1_string_st { unsigned char *data; long flags; }; + typedef struct asn1_string_st ASN1_OCTET_STRING; typedef struct asn1_string_st ASN1_IA5STRING; typedef ... ASN1_OBJECT; |