Commit e2a8124
committed
asn1.py: treat asn1_string_st as opaque
OpenSSL 4 plans to make ASN1_STRING opaque [1]. 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.
[1]: openssl/openssl#291171 parent ac5e3eb commit e2a8124
1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
26 | 18 | | |
27 | | - | |
| 19 | + | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
| |||
0 commit comments