Skip to content

Commit 0746d42

Browse files
Temporarily disable hash check
1 parent ac2c4bd commit 0746d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/sun/security/jca/Providers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private Providers() {
111111
// triggers a getInstance() call (although that should not happen)
112112
providerList = ProviderList.EMPTY;
113113
providerList = ProviderList.fromSecurityProperties();
114-
RestrictedSecurity.checkHashValues();
114+
//RestrictedSecurity.checkHashValues();
115115
}
116116

117117
// Return Sun provider.

0 commit comments

Comments
 (0)