fork content version between ns-branded builds and mozilla builds.

git-svn-id: svn://10.0.0.236/trunk@71401 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcgreer%netscape.com 2000-06-02 22:35:29 +00:00
parent 884619a3cd
commit bb06d7fb45
2 changed files with 5 additions and 0 deletions

View File

@ -42,7 +42,11 @@
/* version number of certificate database */
#define CERT_DB_FILE_VERSION 7
#ifdef USE_NS_ROOTS
#define CERT_DB_CONTENT_VERSION 23
#else
#define CERT_DB_CONTENT_VERSION 2
#endif
#define SEC_DB_ENTRY_HEADER_LEN 3
#define SEC_DB_KEY_HEADER_LEN 1

View File

@ -49,6 +49,7 @@ MODULE = security
ifdef MOZILLA_SECURITY_BUILD
CERTINIT=nscertinit.c
DEFINES += -DUSE_NS_ROOTS
else
CERTINIT=certinit.c
endif