summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-11-04 22:51:55 +0000
committerwtchang%redhat.com <devnull@localhost>2005-11-04 22:51:55 +0000
commit51e91a0cce4ef9aa04a46c481a7d0f767d61dd1c (patch)
tree7369786579b1dd28a370e0087ab54d98728e9a58
parent3a8895e1d98b7b93304f9fe2cf97667ece82c310 (diff)
downloadnss-hg-51e91a0cce4ef9aa04a46c481a7d0f767d61dd1c.tar.gz
Bugzilla Bug 311958: Update the nssckbi versions for NSS 3.11. r=relyea.
-rw-r--r--security/nss/lib/ckfw/builtins/nssckbi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nss/lib/ckfw/builtins/nssckbi.h b/security/nss/lib/ckfw/builtins/nssckbi.h
index 951aa4365..b0378eea9 100644
--- a/security/nss/lib/ckfw/builtins/nssckbi.h
+++ b/security/nss/lib/ckfw/builtins/nssckbi.h
@@ -48,7 +48,7 @@
* to the PKCS #11 spec versions.
*/
#define NSS_BUILTINS_CRYPTOKI_VERSION_MAJOR 2
-#define NSS_BUILTINS_CRYPTOKI_VERSION_MINOR 1
+#define NSS_BUILTINS_CRYPTOKI_VERSION_MINOR 20
/* These version numbers detail the changes
* to the list of trusted certificates.
@@ -64,6 +64,7 @@
* - NSS 3.8 branch: 30-39
* - NSS 3.9 branch: 40-49
* - NSS 3.10 branch: 50-59
+ * - NSS 3.11 branch: 60-69
* ...
* - NSS 3.14 branch: 90-99
* ...
@@ -74,8 +75,8 @@
* of the comment in the CK_VERSION type definition.
*/
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1
-#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 53
-#define NSS_BUILTINS_LIBRARY_VERSION "1.53"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 60
+#define NSS_BUILTINS_LIBRARY_VERSION "1.60"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1