Skip to content

Commit

Permalink
simplify alwaysenforce
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymode committed Jul 31, 2018
1 parent f7e67e1 commit 2ab9451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public BootstrapCheckResult check(BootstrapContext context) {

@Override
public boolean alwaysEnforce() {
return isInFipsMode;
return true;
}
}

0 comments on commit 2ab9451

Please sign in to comment.