mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
98d377b37b
bug920719, bug1026148, bug1028647, bug963150, bug1030486, bug1025729, bug836658, bug1028582, bug1038728, bug1038526, bug1042634, bug1047210, bug1043891, bug1043108, bug1046735, bug1043082, bug1036735, bug1046718, bug1050107, bug1054625, bug1057465, bug1057476, bug1041326, bug1058933, bug1064636, bug1057161, bug1078669, bug1049435, bug1070493, bug1083360, bug1028764, bug1065990, bug1073330, bug1064670, bug1094650
89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
#
|
|
# 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/.
|
|
CORE_DEPTH = ../..
|
|
|
|
EXPORTS = \
|
|
base64.h \
|
|
ciferfam.h \
|
|
hasht.h \
|
|
nssb64.h \
|
|
nssb64t.h \
|
|
nsslocks.h \
|
|
nssilock.h \
|
|
nssilckt.h \
|
|
nssrwlk.h \
|
|
nssrwlkt.h \
|
|
nssutil.h \
|
|
pkcs11.h \
|
|
pkcs11f.h \
|
|
pkcs11p.h \
|
|
pkcs11t.h \
|
|
pkcs11n.h \
|
|
pkcs11u.h \
|
|
pkcs1sig.h \
|
|
portreg.h \
|
|
secasn1.h \
|
|
secasn1t.h \
|
|
seccomon.h \
|
|
secder.h \
|
|
secdert.h \
|
|
secdig.h \
|
|
secdigt.h \
|
|
secitem.h \
|
|
secoid.h \
|
|
secoidt.h \
|
|
secport.h \
|
|
secerr.h \
|
|
utilmodt.h \
|
|
utilrename.h \
|
|
utilpars.h \
|
|
utilparst.h \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
templates.c \
|
|
$(NULL)
|
|
|
|
CSRCS = \
|
|
quickder.c \
|
|
secdig.c \
|
|
derdec.c \
|
|
derenc.c \
|
|
dersubr.c \
|
|
dertime.c \
|
|
errstrs.c \
|
|
nssb64d.c \
|
|
nssb64e.c \
|
|
nssrwlk.c \
|
|
nssilock.c \
|
|
oidstring.c \
|
|
pkcs1sig.c \
|
|
portreg.c \
|
|
secalgid.c \
|
|
secasn1d.c \
|
|
secasn1e.c \
|
|
secasn1u.c \
|
|
secitem.c \
|
|
secload.c \
|
|
secoid.c \
|
|
sectime.c \
|
|
secport.c \
|
|
templates.c \
|
|
utf8.c \
|
|
utilmod.c \
|
|
utilpars.c \
|
|
$(NULL)
|
|
|
|
MODULE = nss
|
|
|
|
# don't duplicate module name in REQUIRES
|
|
MAPFILE = $(OBJDIR)/nssutil.def
|
|
|
|
LIBRARY_NAME = nssutil
|
|
LIBRARY_VERSION = 3
|
|
|
|
# This part of the code, including all sub-dirs, can be optimized for size
|
|
export ALLOW_OPT_CODE_SIZE = 1
|