Skip to content

Commit

Permalink
Merge pull request #680 from dongbeiouba/fix/smtc20241217
Browse files Browse the repository at this point in the history
Disable module when enable SMTC
  • Loading branch information
InfoHunter authored Dec 23, 2024
2 parents ed73ca7 + 902fdfb commit bf98e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@ my @disable_cascades = (
"fips" => [ "fips-securitychecks", "acvp-tests" ],

"deprecated-3.0" => [ "engine", "srp" ],
# SMTC does not support ct for now
sub { !$disabled{"smtc"}} => [ "ct" ],
# SMTC does not support ct, and only supports builtin for now
sub { !$disabled{"smtc"}} => [ "ct", "module" ],
"sdf-lib" => [ "sdf-lib-dynamic" ],
);

Expand Down

0 comments on commit bf98e82

Please sign in to comment.