mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -7,11 +7,7 @@
|
|||
#######################################################################
|
||||
# (1) Include initial platform-independent assignments (MANDATORY). #
|
||||
#######################################################################
|
||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||
EXTRA_LIBS += $(DIST)/lib/crmf.lib
|
||||
else
|
||||
EXTRA_LIBS += $(DIST)/lib/libcrmf.$(LIB_SUFFIX)
|
||||
endif
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
|
|
@ -24,7 +20,11 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (3) Include "component" configuration information. (OPTIONAL) #
|
||||
#######################################################################
|
||||
|
||||
|
||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||
EXTRA_LIBS += $(DIST)/lib/crmf.lib
|
||||
else
|
||||
EXTRA_LIBS += $(DIST)/lib/libcrmf.$(LIB_SUFFIX)
|
||||
endif
|
||||
|
||||
#######################################################################
|
||||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
|
||||
#
|
||||
# Override TARGETS variable so that only static libraries
|
||||
# are specifed as dependencies within rules.mk.
|
||||
#
|
||||
|
||||
TARGETS = $(PROGRAM)
|
||||
SHARED_LIBRARY =
|
||||
IMPORT_LIBRARY =
|
||||
LIBRARY =
|
||||
|
||||
|
|
@ -1007,7 +1007,7 @@ processChallengeResponse(CGIVarTable *varTable, const char *certRepContent)
|
|||
rv = ERROR_RETRIEVING_CLIENT_RESPONSE_TO_CHALLENGE;
|
||||
goto loser;
|
||||
}
|
||||
sprintf(cgiChalVar, "chal%d", i + 1);
|
||||
snprintf(cgiChalVar, sizeof(cgiChalVar), "chal%d", i + 1);
|
||||
formChalValue = CGITableFindValue(varTable, cgiChalVar);
|
||||
if (formChalValue == NULL) {
|
||||
rv = REQ_CGI_VAR_NOT_PRESENT;
|
||||
|
|
|
|||
|
|
@ -6,14 +6,10 @@
|
|||
CORE_DEPTH = ../..
|
||||
MODULE = sectools
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
CSRCS = \
|
||||
crmfcgi.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
REQUIRES = nss dbm seccmd
|
||||
|
||||
ifdef ATTACH_CGI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue