File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ use crate::features::FEATURES;
28
28
#[ cfg_attr( rustfmt, rustfmt_skip) ]
29
29
pub const ORDERED : & ' static [ ( Option < & ' static str > , & ' static str ) ] = & [
30
30
( None , "config_psa.h" ) ,
31
+ ( None , "platform_time.h" ) ,
32
+ ( None , "platform_util.h" ) ,
31
33
( None , "bignum.h" ) ,
32
34
( None , "md.h" ) ,
33
35
( Some ( "threading" ) , "threading.h" ) ,
34
36
( None , "ecp.h" ) ,
35
37
( None , "rsa.h" ) ,
36
38
( None , "ecdsa.h" ) ,
37
- ( None , "platform_time.h" ) ,
38
39
( None , "asn1.h" ) ,
39
40
( None , "pk.h" ) ,
40
- ( None , "platform_util.h" ) ,
41
41
( None , "x509.h" ) ,
42
42
( None , "cipher.h" ) ,
43
43
( None , "x509_crl.h" ) ,
@@ -91,6 +91,7 @@ pub const ORDERED: &'static [(Option<&'static str>, &'static str)] = &[
91
91
( None , "ecp_internal.h" ) ,
92
92
( None , "des.h" ) ,
93
93
( None , "debug.h" ) ,
94
+ ( None , "constant_time.h" ) ,
94
95
( None , "cmac.h" ) ,
95
96
( None , "cipher_internal.h" ) ,
96
97
( None , "chachapoly.h" ) ,
You can’t perform that action at this time.
0 commit comments