Skip to content

Commit e4712db

Browse files
committed
fixup! erts,erl_interface: Add alternative to openssl for MD5
1 parent af2fb94 commit e4712db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/scripts/otp-compliance.es

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,10 @@ create_vendor_relations(NewVendorPackages, #{~"packages" := Packages, ~"relation
12951295
case Pkgs of
12961296
[#{~"SPDXID" := RootId}] ->
12971297
case ID of
1298+
~"SPDXRef-otp-erts-openssl" ->
1299+
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
1300+
~"SPDXRef-otp-erlinterface-openssl" ->
1301+
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
12981302
~"SPDXRef-otp-erts-ryu" ->
12991303
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
13001304
~"SPDXRef-otp-ryu-tochars" ->

0 commit comments

Comments
 (0)