зеркало из https://github.com/mozilla/gecko-dev.git
fork content version between ns-branded builds and mozilla builds.
This commit is contained in:
Родитель
a59a36aebd
Коммит
8afb3c69cf
|
@ -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
|
||||
|
|
|
@ -49,6 +49,7 @@ MODULE = security
|
|||
|
||||
ifdef MOZILLA_SECURITY_BUILD
|
||||
CERTINIT=nscertinit.c
|
||||
DEFINES += -DUSE_NS_ROOTS
|
||||
else
|
||||
CERTINIT=certinit.c
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче