From 4f96a03ab36a1066adebed5190eb56bdea12fa84 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Sun, 17 Feb 2019 00:09:27 +0100 Subject: [PATCH] Add constant_time_eq to license exception list of tidy tool --- src/tools/tidy/src/deps.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 17c36b80f3a..94dd5478e52 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -45,6 +45,7 @@ "im-rc", // MPL-2.0+, cargo "adler32", // BSD-3-Clause AND Zlib, cargo dep that isn't used "fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target + "constant_time_eq", // CC0-1.0, rustfmt ]; /// Which crates to check against the whitelist? -- 2.44.0