зеркало из https://github.com/mozilla/gecko-dev.git
JSS version 4.2.3 RTM
This commit is contained in:
Родитель
ae9934d03e
Коммит
dd3ed23796
|
@ -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.41 $ $Date: 2006/02/01 23:18:57 $
|
||||
* @version $Revision: 1.42 $ $Date: 2006/04/27 23:18:43 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
|
@ -1316,7 +1316,7 @@ public final class CryptoManager implements TokenSupplier
|
|||
|
||||
|
||||
public static final String
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_2_3_BETA";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_2_3";
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
|
|
|
@ -57,10 +57,10 @@
|
|||
/* */
|
||||
/********************************************************************/
|
||||
|
||||
#define JSS_VERSION "4.2.3 Beta"
|
||||
#define JSS_VERSION "4.2.3"
|
||||
#define JSS_VMAJOR 4
|
||||
#define JSS_VMINOR 2
|
||||
#define JSS_VPATCH 3
|
||||
#define JSS_BETA PR_TRUE
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче