Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
prbprbprb committed Oct 13, 2024
1 parent 5a37637 commit d083343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4031,7 +4031,7 @@ private void checkCipher(CipherTestParam p, String provider) throws Exception {
}
}

// SunJSSE has known issues between 17 and 21
// SunJCE has known issues between 17 and 21
private boolean isBuggyProvider(String providerName) {
return providerName.equals("SunJCE")
&& TestUtils.isJavaVersion(17)
Expand Down

0 comments on commit d083343

Please sign in to comment.