summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-09-23 19:41:21 +0000
committerwtchang%redhat.com <devnull@localhost>2006-09-23 19:41:21 +0000
commit7a10ad65b8e246bd3b39992389ba2a433b7b67f3 (patch)
treeb9b79b35359b37acdc19c0232215bb0d7a1efa44
parentb07c7b9406392ce71b747ea1037c898c2ff4b6fe (diff)
downloadnss-hg-7a10ad65b8e246bd3b39992389ba2a433b7b67f3.tar.gz
Bug 352754: land NSS 3.11.3 on the MOZILLA_1_8_BRANCH. a=mtschrep for
Mozilla 1.8 RC2.
-rw-r--r--security/nss/lib/nss/nss.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index 3c8fc9281..f0f7cc7e1 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -53,14 +53,18 @@ SEC_BEGIN_PROTOS
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#ifdef NSS_ENABLE_ECC
-#define NSS_VERSION "3.11.3 ECC Beta"
+#ifdef NSS_ECC_MORE_THAN_SUITE_B
+#define NSS_VERSION "3.11.3 Extended ECC"
#else
-#define NSS_VERSION "3.11.3 Beta"
+#define NSS_VERSION "3.11.3 Basic ECC"
+#endif
+#else
+#define NSS_VERSION "3.11.3"
#endif
#define NSS_VMAJOR 3
#define NSS_VMINOR 11
#define NSS_VPATCH 3
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*
* Return a boolean that indicates whether the underlying library