summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2001-09-28 22:30:37 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2001-09-28 22:30:37 +0000
commitac57a3351d215e684ca745ce499d275fa6ffd54f (patch)
tree06dc6980cd28826b5c7e1fe8484007b49a19ab99
parentbbbe19403fd55a854e32f944f341c06884463bf1 (diff)
parentd95cf4a7036f80bd46692b7dd59f985ebbbc470f (diff)
downloadnss-hg-ac57a3351d215e684ca745ce499d275fa6ffd54f.tar.gz
changed version to 3.3.1, set NSS_BETA PR_FALSE
-rw-r--r--security/nss/lib/ckfw/object.c2
-rw-r--r--security/nss/lib/nss/nss.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/ckfw/object.c b/security/nss/lib/ckfw/object.c
index ec8dfd6d5..b68572c0d 100644
--- a/security/nss/lib/ckfw/object.c
+++ b/security/nss/lib/ckfw/object.c
@@ -603,7 +603,7 @@ nssCKFWObject_GetAttribute
)
{
NSSItem *rv = (NSSItem *)NULL;
- NSSItem *mdItem;
+ const NSSItem *mdItem;
#ifdef NSSDEBUG
if( (CK_RV *)NULL == pError ) {
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index 16a3b527d..449786068 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,11 +49,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.3.1 Beta"
+#define NSS_VERSION "3.3.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 3
#define NSS_VPATCH 1
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*