Skip to content

8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/jdk/sun/security/pkcs12/KeytoolOpensslInteropTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import jdk.test.lib.SecurityTools;
import jdk.test.lib.process.ProcessTools;
import jdk.test.lib.process.OutputAnalyzer;
import jdk.test.lib.artifacts.OpensslArtifactFetcher;
import jdk.test.lib.security.OpensslArtifactFetcher;

import java.io.File;
import java.io.FileInputStream;
Expand Down Expand Up @@ -581,4 +581,4 @@ private static void check(
private static OutputAnalyzer keytool(String s) throws Throwable {
return SecurityTools.keytool(s);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* questions.
*/

package jdk.test.lib.artifacts;
package jdk.test.lib.security;

import java.io.File;

Expand Down