mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +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
|
|
@ -123,10 +123,9 @@ CSRCS = \
|
|||
cmac.c \
|
||||
alghmac.c \
|
||||
rawhash.c \
|
||||
alg2268.c \
|
||||
arcfour.c \
|
||||
arcfive.c \
|
||||
crypto_primitives.c \
|
||||
crypto_primitives.c \
|
||||
blake2b.c \
|
||||
desblapi.c \
|
||||
des.c \
|
||||
|
|
@ -150,8 +149,8 @@ CSRCS = \
|
|||
rsapkcs.c \
|
||||
shvfy.c \
|
||||
tlsprfalg.c \
|
||||
seed.c \
|
||||
jpake.c \
|
||||
secmpi.c \
|
||||
$(MPI_SRCS) \
|
||||
$(MPCPU_SRCS) \
|
||||
$(ECL_SRCS) \
|
||||
|
|
@ -161,6 +160,14 @@ CSRCS = \
|
|||
$(EXTRA_SRCS) \
|
||||
$(NULL)
|
||||
|
||||
ifndef NSS_DISABLE_DEPRECATED_SEED
|
||||
CSRCS += deprecated/seed.c
|
||||
endif
|
||||
|
||||
ifndef NSS_DISABLE_DEPRECATED_RC2
|
||||
CSRCS += deprecated/alg2268.c
|
||||
endif
|
||||
|
||||
ALL_CSRCS := $(CSRCS)
|
||||
|
||||
ALL_HDRS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue