Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Apr 15, 2024
1 parent cab2892 commit a2c7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/sun/security/pkcs11/fips/TestTLS12.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ private static void runDelegatedTasks(SSLEngineResult result,
}

private static SSLEngine[][] getSSLEnginesToTest() throws Exception {
SSLEngine[][] enginesToTest = new SSLEngine[1][1];
SSLEngine[][] enginesToTest = new SSLEngine[1][2];
// TLS_RSA_WITH_AES_128_GCM_SHA256 ciphersuite is available but
// must not be chosen for the TLS connection if not supported.
// See JDK-8222937.
Expand Down

0 comments on commit a2c7aff

Please sign in to comment.