diff -r 241adb85d0ab -r 2bfc7517a106 jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy --- a/jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy Tue Jul 10 11:41:40 2012 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -// Country-specific policy file for countries with no limits on crypto strength. -grant { - // There is no restriction to any algorithms. - permission javax.crypto.CryptoAllPermission; -};