Add constant_time_eq to license exception list of tidy tool

This commit is contained in:
flip1995 2019-02-17 00:09:27 +01:00
parent 919b3f9da3
commit 4f96a03ab3
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const EXCEPTIONS: &[&str] = &[
"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?