Fix 106846: Version strings in CryptoManager need updating.
git-svn-id: svn://10.0.0.236/trunk@124645 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#include <jssutil.h>
|
||||
#include <java_ids.h>
|
||||
#include <jss_exceptions.h>
|
||||
#include <jssver.h>
|
||||
|
||||
#include "pk11util.h"
|
||||
|
||||
@@ -65,10 +66,9 @@
|
||||
/* */
|
||||
/********************************************************************/
|
||||
|
||||
static const char* DLL_JSS_VERSION = "JSS_VERSION = JSS_3_2";
|
||||
static const char* DLL_JDK_VERSION = "JDK_VERSION = JDK 1.2.2";
|
||||
static const char* DLL_NSS_VERSION = "NSS_VERSION = NSS_3_4_1_RTM";
|
||||
static const char* DLL_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_2";
|
||||
static const char* DLL_JSS_VERSION = "JSS_VERSION = " JSS_VERSION;
|
||||
static const char* DLL_NSS_VERSION = "NSS_VERSION = " NSS_VERSION;
|
||||
static const char* DLL_NSPR_VERSION = "NSPR_VERSION = " PR_VERSION;
|
||||
|
||||
static jobject
|
||||
makePWCBInfo(JNIEnv *env, PK11SlotInfo *slot);
|
||||
|
||||
@@ -52,7 +52,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.7 $ $Date: 2002-05-23 18:45:00 $
|
||||
* @version $Revision: 1.8 $ $Date: 2002-07-03 23:46:02 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
@@ -1299,7 +1299,7 @@ public final class CryptoManager implements TokenSupplier
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_4_1_RTM";
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_4_2_RTM";
|
||||
public static final String
|
||||
JAR_DBM_VERSION = "DBM_VERSION = N/A";
|
||||
public static final String
|
||||
|
||||
Reference in New Issue
Block a user