summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/manifest.mn
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-05-12 23:35:06 +0000
committermcgreer%netscape.com <devnull@localhost>2000-05-12 23:35:06 +0000
commit65c22c5b4579c756676c8724cedc97f3f7682aba (patch)
tree31e19168ef2654bc20057deb8241e83531973a51 /security/nss/lib/freebl/manifest.mn
parent56490c41b6068923651588bd2589223e4bb1bfc6 (diff)
downloadnss-hg-65c22c5b4579c756676c8724cedc97f3f7682aba.tar.gz
Initial checkin of implementations of MD2 and MD5. An empty definition of Diffie-Hellman to allow for building, more later. Changes to Makefile for building with BSAFE.
Diffstat (limited to 'security/nss/lib/freebl/manifest.mn')
-rw-r--r--security/nss/lib/freebl/manifest.mn11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/manifest.mn b/security/nss/lib/freebl/manifest.mn
index a8df2bc49..2e910744c 100644
--- a/security/nss/lib/freebl/manifest.mn
+++ b/security/nss/lib/freebl/manifest.mn
@@ -46,7 +46,18 @@ EXPORTS = \
PRIVATE_EXPORTS = \
$(NULL)
+ifdef MOZILLA_BSAFE_BUILD
CSRCS = \
+ fblstdlib.c \
sha_fast.c \
+ md2.c \
+ md5.c \
+ dh.c \
+ blapi_bsf.c \
$(NULL)
+else
+CSRCS = \
+ sha_fast.c \
+ $(NULL)
+endif