mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8372702: sun/security/pkcs11/tls/fips/FipsModeTLS.java does not compile after JDK-8367096
Reviewed-by: djelinski
This commit is contained in:
parent
f1d90b8b25
commit
195b36f90b
@ -456,9 +456,8 @@ public final class FipsModeTLS extends SecmodTest {
|
||||
// 2. SUN (to handle X.509 certificates)
|
||||
// 3. SunJSSE (for a TLS engine)
|
||||
|
||||
if (initSecmod() == false) {
|
||||
return;
|
||||
}
|
||||
initSecmod();
|
||||
|
||||
String configName = BASE + SEP + "nss.cfg";
|
||||
sunPKCS11NSSProvider = getSunPKCS11(configName);
|
||||
System.out.println("SunPKCS11 provider: " + sunPKCS11NSSProvider);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user