Commit 1418191
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 1418191
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
| |||
0 commit comments