We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6a2e commit 76ad3ddCopy full SHA for 76ad3dd
1 file changed
src/_cffi_src/openssl/asn1.py
@@ -13,18 +13,11 @@
13
14
typedef ... ASN1_INTEGER;
15
16
-struct asn1_string_st {
17
- int length;
18
- int type;
19
- unsigned char *data;
20
- long flags;
21
-};
22
-
23
-typedef struct asn1_string_st ASN1_OCTET_STRING;
24
-typedef struct asn1_string_st ASN1_IA5STRING;
25
-typedef struct asn1_string_st ASN1_TIME;
+typedef ... ASN1_OCTET_STRING;
+typedef ... ASN1_IA5STRING;
+typedef ... ASN1_TIME;
26
typedef ... ASN1_OBJECT;
27
-typedef struct asn1_string_st ASN1_STRING;
+typedef ... ASN1_STRING;
28
typedef ... ASN1_GENERALIZEDTIME;
29
typedef ... ASN1_ENUMERATED;
30
0 commit comments