summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/softoken/manifest.mn
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/softoken/manifest.mn')
-rw-r--r--security/nss/lib/softoken/manifest.mn12
1 files changed, 10 insertions, 2 deletions
diff --git a/security/nss/lib/softoken/manifest.mn b/security/nss/lib/softoken/manifest.mn
index f25b97730..a8513800f 100644
--- a/security/nss/lib/softoken/manifest.mn
+++ b/security/nss/lib/softoken/manifest.mn
@@ -5,7 +5,9 @@
CORE_DEPTH = ../..
MODULE = nss
+ifndef NSS_DISABLE_DBM
DIRS = legacydb
+endif
LIBRARY_NAME = softokn
LIBRARY_VERSION = 3
@@ -23,7 +25,6 @@ EXPORTS = \
$(NULL)
PRIVATE_EXPORTS = \
- lgglue.h \
pkcs11ni.h \
softoken.h \
softoknt.h \
@@ -36,7 +37,7 @@ CSRCS = \
fipsaudt.c \
fipstest.c \
fipstokn.c \
- lgglue.c \
+ kbkdf.c \
lowkey.c \
lowpbe.c \
padbuf.c \
@@ -45,8 +46,10 @@ CSRCS = \
pkcs11u.c \
sdb.c \
sftkdb.c \
+ sftkdhverify.c \
sftkhmac.c \
sftkike.c \
+ sftkmessage.c \
sftkpars.c \
sftkpwd.c \
softkver.c \
@@ -54,6 +57,11 @@ CSRCS = \
jpakesftk.c \
$(NULL)
+ifndef NSS_DISABLE_DBM
+PRIVATE_EXPORTS += lgglue.h
+CSRCS += lgglue.c
+endif
+
ifdef SQLITE_UNSAFE_THREADS
DEFINES += -DSQLITE_UNSAFE_THREADS
endif