We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5115010 commit 0ab5b96Copy full SHA for 0ab5b96
src/java.base/macosx/classes/apple/security/KeychainStore.java
@@ -105,6 +105,10 @@ class TrustedCertEntry {
105
106
private static final Debug debug = Debug.getInstance("keystore");
107
108
+ static {
109
+ jdk.internal.loader.BootLoader.loadLibrary("osxsecurity");
110
+ }
111
+
112
private static void permissionCheck() {
113
SecurityManager sec = System.getSecurityManager();
114
0 commit comments