Skip to content

Commit 833d9b3

Browse files
committed
Adjust code between 17u and 11u
1 parent 1c68a80 commit 833d9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import javax.crypto.interfaces.*;
3838
import javax.crypto.spec.*;
3939

40-
import jdk.internal.access.SharedSecrets;
40+
import jdk.internal.misc.SharedSecrets;
4141

4242
import sun.security.rsa.RSAUtil.KeyType;
4343
import sun.security.rsa.RSAPublicKeyImpl;

src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/PKCS11.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static synchronized PKCS11 getInstance(String pkcs11ModulePath,
160160
String functionList, CK_C_INITIALIZE_ARGS pInitArgs,
161161
boolean omitInitialize) throws IOException, PKCS11Exception {
162162
return getInstance(pkcs11ModulePath, functionList,
163-
pInitArgs, omitInitialize, null);
163+
pInitArgs, omitInitialize, null, null);
164164
}
165165

166166
public static synchronized PKCS11 getInstance(String pkcs11ModulePath,

0 commit comments

Comments
 (0)