summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-06-24 23:54:16 +0000
committerrelyea%netscape.com <devnull@localhost>2002-06-24 23:54:16 +0000
commitd65dacd133a4316e8b7f028e1ade252cf33dd83f (patch)
tree5dbdbdd4721f4fbb793bf2d034cb180ddc1b3733
parente20761bcc03c4023c0ac0f16c185194e46d8a4db (diff)
downloadnss-hg-d65dacd133a4316e8b7f028e1ade252cf33dd83f.tar.gz
Fix solaris compiler error/warning. Fix prototype to return correct value (PRBool not PRStatus).
-rw-r--r--security/nss/lib/dev/devtoken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/dev/devtoken.c b/security/nss/lib/dev/devtoken.c
index 2e644ebfa..562e0331c 100644
--- a/security/nss/lib/dev/devtoken.c
+++ b/security/nss/lib/dev/devtoken.c
@@ -1662,7 +1662,7 @@ loser:
return PR_FAILURE;
}
-NSS_IMPLEMENT PRStatus
+NSS_IMPLEMENT PRBool
nssToken_IsPrivateKeyAvailable
(
NSSToken *token,