mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -123,9 +123,10 @@ 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 \
|
||||
|
|
@ -149,8 +150,8 @@ CSRCS = \
|
|||
rsapkcs.c \
|
||||
shvfy.c \
|
||||
tlsprfalg.c \
|
||||
seed.c \
|
||||
jpake.c \
|
||||
secmpi.c \
|
||||
$(MPI_SRCS) \
|
||||
$(MPCPU_SRCS) \
|
||||
$(ECL_SRCS) \
|
||||
|
|
@ -160,14 +161,6 @@ 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