BugId 251635 jss4.jar needs to load libjss4

git-svn-id: svn://10.0.0.236/trunk@161260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glen.beasley%sun.com
2004-08-25 18:05:04 +00:00
parent 194c9f7dd7
commit 36cf5705d2

View File

@@ -56,7 +56,7 @@ import org.mozilla.jss.provider.java.security.JSSMessageDigestSpi;
* Initialization is done with static methods, and must be done before
* an instance can be created. All other operations are done with instance
* methods.
* @version $Revision: 1.27 $ $Date: 2004-07-20 20:39:24 $
* @version $Revision: 1.28 $ $Date: 2004-08-25 18:05:04 $
*/
public final class CryptoManager implements TokenSupplier
{
@@ -1330,7 +1330,7 @@ public final class CryptoManager implements TokenSupplier
{
if( ! mNativeLibrariesLoaded )
{
System.loadLibrary("jss3");
System.loadLibrary("jss4");
Debug.trace(Debug.VERBOSE, "jss library loaded");
mNativeLibrariesLoaded = true;
}