From 5e7ce71db729964cc60e2113e8264a0b06c38ef9 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 18 Oct 2013 15:33:58 -0700 Subject: More whitespace for great good. --- cryptography/bindings/openssl/asn1.py | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3