summaryrefslogtreecommitdiff
path: root/security/nss/lib
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-08-12 23:12:18 +0000
committerwtchang%redhat.com <devnull@localhost>2005-08-12 23:12:18 +0000
commit793cfc63d4c7eeda69b190960c109364d4e444dc (patch)
treee8e8892fe0db5060bbcc4eac49f27a28a5101a8c /security/nss/lib
parent2624cca693be646b981a0df4a31febf0127e664d (diff)
downloadnss-hg-793cfc63d4c7eeda69b190960c109364d4e444dc.tar.gz
Bugzilla bug 292239: added a change missed in the previous checkin.
r=relyea.
Diffstat (limited to 'security/nss/lib')
-rw-r--r--security/nss/lib/softoken/pkcs11f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11f.h b/security/nss/lib/softoken/pkcs11f.h
index 541032b1f..a6bc91f46 100644
--- a/security/nss/lib/softoken/pkcs11f.h
+++ b/security/nss/lib/softoken/pkcs11f.h
@@ -264,7 +264,7 @@ CK_PKCS11_FUNCTION_INFO(C_Login)
(
CK_SESSION_HANDLE hSession, /* the session's handle */
CK_USER_TYPE userType, /* the user type */
- CK_CHAR_PTR pPin, /* the user's PIN */
+ CK_UTF8CHAR_PTR pPin, /* the user's PIN */
CK_ULONG ulPinLen /* the length of the PIN */
);
#endif