Skip to content

Commit 3904df6

Browse files
roypatpb8o
authored andcommitted
chore: Add OpenSSL licence to deny.toml
aws-lc-sys added "AND OpenSSL" to its Cargo.toml's licence field, which `cargo deny` is now complaining about. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 740d3c5 commit 3904df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ allow = [
44
"Apache-2.0",
55
"BSD-3-Clause",
66
"ISC",
7-
"Unicode-DFS-2016"
7+
"Unicode-DFS-2016",
8+
"OpenSSL"
89
]
910

1011
# Lint level for licenses considered copyleft

0 commit comments

Comments
 (0)