Skip to content

Commit

Permalink
Update FIPS flag
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored and pshipton committed Jan 24, 2024
1 parent af34f92 commit 722e00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jck/jck.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ifneq ($(filter openj9 ibm, $(JDK_IMPL)),)
FIPS_FLAG =
ifneq (,$(findstring FIPS140_2, $(TEST_FLAG)))
FIPS_FLAG:=FIPS140_2
else ifneq (,$(findstring FIPS140_3_OpenJcePlusFIPS, $(TEST_FLAG)))
else ifneq (,$(findstring FIPS140_3_OpenJCEPlusFIPS, $(TEST_FLAG)))
FIPS_FLAG:=FIPS140_3_OpenJcePlusFIPS
endif

Expand Down
2 changes: 1 addition & 1 deletion openjdk/openjdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ endif
FEATURE_PROBLEM_LIST_FILE:=
ifneq (,$(findstring FIPS140_2, $(TEST_FLAG)))
FEATURE_PROBLEM_LIST_FILE:=-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList-FIPS140_2.txt$(Q)
else ifneq (,$(findstring FIPS140_3_OpenJcePlus, $(TEST_FLAG)))
else ifneq (,$(findstring FIPS140_3_OpenJCEPlus, $(TEST_FLAG)))
FEATURE_PROBLEM_LIST_FILE:=-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList-FIPS140_3_OpenJcePlus.txt$(Q)
endif

Expand Down

0 comments on commit 722e00a

Please sign in to comment.