summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-10-23 19:04:22 +0000
committerwtc%netscape.com <devnull@localhost>2002-10-23 19:04:22 +0000
commit5b3e46875b7bee424c35ed6d561f297bb4f5188d (patch)
tree900c8e2ba1f95495dd0c1b2d83087421fb78fd11 /security/nss/lib/ckfw
parent78dd7be2309910bf9a20a8a498f7439b9bcb9512 (diff)
downloadnss-hg-5b3e46875b7bee424c35ed6d561f297bb4f5188d.tar.gz
The version of the builtin root certs module is now specified in nssckbi.h.
Diffstat (limited to 'security/nss/lib/ckfw')
-rw-r--r--security/nss/lib/ckfw/builtins/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/ckfw/builtins/README b/security/nss/lib/ckfw/builtins/README
index c25c2c13d..1533420bd 100644
--- a/security/nss/lib/ckfw/builtins/README
+++ b/security/nss/lib/ckfw/builtins/README
@@ -23,9 +23,9 @@ certificate. Then run "gmake generate".
% addbuiltin -n "Name of the Root Certificate" -t C,C,C < newroot.der >> certdata.txt
% gmake generate
-5. Edit constants.c to bump the version of the module.
+5. Edit nssckbi.h to bump the version of the module.
6. Run gmake in this directory to build the nssckbi module.
7. After you verify that the new nssckbi module is correct, check in
-certdata.txt, certdata.c, and constants.c.
+certdata.txt, certdata.c, and nssckbi.h.