< prev index next >

test/jdk/sun/security/pkcs11/Config/ReadConfInUTF16Env.java

Print this page
rev 59107 : imported patch security

@@ -26,15 +26,12 @@
 
 public class ReadConfInUTF16Env {
     public static void main(String argv[]) {
         Provider p = Security.getProvider("SunPKCS11");
         if (p == null) {
-            p = Security.getProvider("SunPKCS11-Solaris");
-            if (p == null) {
                 System.out.println("Skipping test - no PKCS11 provider available");
                 return;
             }
-        }
 
         System.out.println(p.getName());
     }
 }
< prev index next >