mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Update JSS to version 3.4.1.
This commit is contained in:
parent
d96f8b2354
commit
ec0fcca998
@ -53,7 +53,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.19 $ $Date: 2003/08/15 01:00:32 $
|
||||
* @version $Revision: 1.20 $ $Date: 2003/08/27 00:08:41 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
@ -1309,11 +1309,11 @@ public final class CryptoManager implements TokenSupplier
|
||||
/********************************************************************/
|
||||
|
||||
public static final String
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_4";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_4_1";
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_7_3_RTM";
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_7_8_RTM";
|
||||
public static final String
|
||||
JAR_DBM_VERSION = "DBM_VERSION = N/A";
|
||||
public static final String
|
||||
|
@ -41,10 +41,10 @@
|
||||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#define JSS_VERSION "3.4"
|
||||
#define JSS_VERSION "3.4.1"
|
||||
#define JSS_VMAJOR 3
|
||||
#define JSS_VMINOR 4
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_VPATCH 1
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user