diff options
author | David Reid <dreid@dreid.org> | 2013-10-18 15:33:58 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-10-18 15:33:58 -0700 |
commit | 5e7ce71db729964cc60e2113e8264a0b06c38ef9 (patch) | |
tree | a128266072d1920245f9bb3fd14f3b28f4a6c383 | |
parent | b3fcc9b732282588c25f76aac2182e46704ca656 (diff) | |
download | cryptography-5e7ce71db729964cc60e2113e8264a0b06c38ef9.tar.gz cryptography-5e7ce71db729964cc60e2113e8264a0b06c38ef9.tar.bz2 cryptography-5e7ce71db729964cc60e2113e8264a0b06c38ef9.zip |
More whitespace for great good.
-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; |