Skip to content

Commit f5452d0

Browse files
committed
update build headers
1 parent 34448f9 commit f5452d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mbedtls-sys/build/headers.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ use crate::features::FEATURES;
2828
#[cfg_attr(rustfmt, rustfmt_skip)]
2929
pub const ORDERED: &'static [(Option<&'static str>, &'static str)] = &[
3030
(None, "config_psa.h"),
31+
(None, "platform_time.h"),
32+
(None, "platform_util.h"),
3133
(None, "bignum.h"),
3234
(None, "md.h"),
3335
(Some("threading"), "threading.h"),
3436
(None, "ecp.h"),
3537
(None, "rsa.h"),
3638
(None, "ecdsa.h"),
37-
(None, "platform_time.h"),
3839
(None, "asn1.h"),
3940
(None, "pk.h"),
40-
(None, "platform_util.h"),
4141
(None, "x509.h"),
4242
(None, "cipher.h"),
4343
(None, "x509_crl.h"),
@@ -91,6 +91,7 @@ pub const ORDERED: &'static [(Option<&'static str>, &'static str)] = &[
9191
(None, "ecp_internal.h"),
9292
(None, "des.h"),
9393
(None, "debug.h"),
94+
(None, "constant_time.h"),
9495
(None, "cmac.h"),
9596
(None, "cipher_internal.h"),
9697
(None, "chachapoly.h"),

0 commit comments

Comments
 (0)