File tree 2 files changed +3
-1
lines changed
openssl-sys/src/handwritten
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ pub union IPAddressChoice_st_anon_union {
82
82
#[ cfg( ossl110) ]
83
83
pub struct IPAddressChoice {
84
84
pub type_ : c_int ,
85
- pub u : IPAddressOrRanges_st_anon_union ,
85
+ pub u : IPAddressChoice_st_anon_union ,
86
86
}
87
87
88
88
#[ repr( C ) ]
Original file line number Diff line number Diff line change @@ -120,9 +120,11 @@ fn main() {
120
120
s == "DIST_POINT_NAME_st_anon_union" || // inline union
121
121
s == "ASIdOrRange_st_anon_union" || // inline union
122
122
s == "ASIdOrRange" ||
123
+ s == "ASIdentifierChoice_st_anon_union" || // inline union
123
124
s == "ASIdentifierChoice" ||
124
125
s == "IPAddressOrRange_st_anon_union" || // inline union
125
126
s == "IPAddressOrRange" ||
127
+ s == "IPAddressChoice_st_anon_union" || // inline union
126
128
s == "IPAddressChoice" ||
127
129
s == "PKCS7_data" ||
128
130
s == "ASN1_TYPE_value"
You can’t perform that action at this time.
0 commit comments