summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrelyea%redhat.com <devnull@localhost>2006-04-28 03:36:22 +0000
committerrrelyea%redhat.com <devnull@localhost>2006-04-28 03:36:22 +0000
commitd5f937b735e33d7627835751812d5af534a99456 (patch)
treec9a3fc455ddc72254e3314fef94d1ed896efdfb3
parentdb3741016753cb985af16d2527646335dc1ea408 (diff)
downloadnss-hg-d5f937b735e33d7627835751812d5af534a99456.tar.gz
bug 335748 Mozilla ECC checkin
r=wtc
-rw-r--r--security/coreconf/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk
index 75cba95e3..248acb68e 100644
--- a/security/coreconf/config.mk
+++ b/security/coreconf/config.mk
@@ -177,3 +177,7 @@ endif
ifdef NSS_ENABLE_ECC
DEFINES += -DNSS_ENABLE_ECC
endif
+
+ifdef NSS_ECC_MORE_THAN_SUITE_B
+DEFINES += -DNSS_ECC_MORE_THAN_SUITE_B
+endif