summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw/sessobj.c
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-20 22:09:49 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-20 22:09:49 +0000
commit72560e554ebf33386e972161f8572ef4019eccfa (patch)
tree47047514a84a9fde3c8801ddbea1653dfa65bfd3 /security/nss/lib/ckfw/sessobj.c
parentb7b2c721c966b5675e4442e085337aba0ed7b542 (diff)
downloadnss-hg-72560e554ebf33386e972161f8572ef4019eccfa.tar.gz
Fix compiler warnings on HP, Linux, Solaris, and AIX.
Diffstat (limited to 'security/nss/lib/ckfw/sessobj.c')
-rw-r--r--security/nss/lib/ckfw/sessobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/ckfw/sessobj.c b/security/nss/lib/ckfw/sessobj.c
index ba8d221b3..7e683fd96 100644
--- a/security/nss/lib/ckfw/sessobj.c
+++ b/security/nss/lib/ckfw/sessobj.c
@@ -200,7 +200,7 @@ nss_ckmdSessionObject_GetAttributeSize
CK_RV *pError
);
-static NSSItem *
+static const NSSItem *
nss_ckmdSessionObject_GetAttribute
(
NSSCKMDObject *mdObject,
@@ -580,7 +580,7 @@ nss_ckmdSessionObject_GetAttributeSize
* nss_ckmdSessionObject_GetAttribute
*
*/
-static NSSItem *
+static const NSSItem *
nss_ckmdSessionObject_GetAttribute
(
NSSCKMDObject *mdObject,