Skip to content

Commit

Permalink
Bug 527759, Add multiple roots to NSS
Browse files Browse the repository at this point in the history
Patch v6, version numbers, r=nelson
  • Loading branch information
kaie%kuix.de committed Dec 3, 2009
1 parent 908ea4a commit 0bd80cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions security/nss/lib/ckfw/builtins/nssckbi.h
Expand Up @@ -66,17 +66,19 @@
* - NSS 3.10 branch: 50-59
* - NSS 3.11 branch: 60-69
* ...
* - NSS 3.14 branch: 90-99
* - NSS 3.12 branch: 70-89
* - NSS 3.13 branch: 90-99
* - NSS 3.14 branch: 100-109
* ...
* - NSS 3.30 branch: 250-255
* - NSS 3.29 branch: 250-255
*
* NSS_BUILTINS_LIBRARY_VERSION_MINOR is a CK_BYTE. It's not clear
* whether we may use its full range (0-255) or only 0-99 because
* of the comment in the CK_VERSION type definition.
*/
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 76
#define NSS_BUILTINS_LIBRARY_VERSION "1.76"
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 77
#define NSS_BUILTINS_LIBRARY_VERSION "1.77"

/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
Expand Down

0 comments on commit 0bd80cb

Please sign in to comment.