Bug 1819569 - Remove nss/crmf cluster. r=bbeurdouche

Differential Revision: https://phabricator.services.mozilla.com/D171338
This commit is contained in:
Arthur Carcano 2023-03-13 11:26:16 +00:00
Родитель 51ae7c62f0
Коммит ee3f98a749
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -147,8 +147,6 @@ system_headers = [
'CPDbBMgr.h',
'CPString.cpp',
'CPString.h',
'crmf.h',
'crmft.h',
'crtdbg.h',
'crt_externs.h',
'crypt.h',

Просмотреть файл

@ -218,11 +218,6 @@ GeneratedFile(
DEFINES["SSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES"] = "True"
DEFINES["NSS_ENABLE_ECC"] = "True"
if not CONFIG["MOZ_SYSTEM_NSS"]:
USE_LIBS += [
"crmf",
]
# mozpkix is linked statically from the in-tree sources independent of whether
# system NSS is used or not.
USE_LIBS += ["mozpkix"]