From ec91f18eddf44842cd0d99f67763a86a6ecf1d7f Mon Sep 17 00:00:00 2001 From: mullan Date: Wed, 23 Jan 2013 20:46:39 -0500 Subject: [PATCH] 8006813: Compilation error in PKCS12KeyStore.java Reviewed-by: valeriep --- src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java b/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java index a8ce582fa..5d0c0533a 100644 --- a/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java +++ b/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java @@ -840,7 +840,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi { new PrivilegedAction() { public String run() { String prop = - Security.getProperty + Security.getProperty( KEY_PROTECTION_ALGORITHM[0]); if (prop == null) { prop = Security.getProperty( -- GitLab