< prev index next >

test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java

Print this page
rev 51731 : imported patch 8210732

@@ -22,11 +22,11 @@
  */
 
 /*
  * @test
  * @bug 8164879
- * @library /lib/testlibrary ../../
+ * @library ../../
  * @library /test/lib
  * @summary Verify AES/GCM's limits set in the jdk.tls.keyLimits property
  * start a new handshake sequence to renegotiate the symmetric key with an
  * SSLSocket connection.  This test verifies the handshake method was called
  * via debugging info.  It does not verify the renegotiation was successful

@@ -54,11 +54,11 @@
 import java.security.SecureRandom;
 import java.util.Arrays;
 
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 public class SSLEngineKeyLimit {
 
     SSLEngine eng;
     static ByteBuffer cTos;
< prev index next >