From 1521c67903bd74d4c25119899cdee21eea928e58 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 23 Oct 2002 19:04:22 +0000 Subject: [PATCH] The version of the builtin root certs module is now specified in nssckbi.h. --- security/nss/lib/ckfw/builtins/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/lib/ckfw/builtins/README b/security/nss/lib/ckfw/builtins/README index c25c2c13dd33..1533420bd806 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.