summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-05-16 23:05:47 +0000
committermcgreer%netscape.com <devnull@localhost>2000-05-16 23:05:47 +0000
commitc4e4d40307f71cf60723a78a12d653fcc8c4c3db (patch)
treec9253628a3a199115db22b10023e9f4f3af36cae
parent57036ae3d8dc2059a84d1238967d00f06543057d (diff)
downloadnss-hg-c4e4d40307f71cf60723a78a12d653fcc8c4c3db.tar.gz
including md2 and md5 implementations in MOZILLA_SECURITY_BUILD
-rw-r--r--security/nss/lib/freebl/manifest.mn2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/manifest.mn b/security/nss/lib/freebl/manifest.mn
index 2e910744c..6f3188cc0 100644
--- a/security/nss/lib/freebl/manifest.mn
+++ b/security/nss/lib/freebl/manifest.mn
@@ -58,6 +58,8 @@ CSRCS = \
else
CSRCS = \
sha_fast.c \
+ md2.c \
+ md5.c \
$(NULL)
endif