Bugzilla bug 292239: added a change missed in the previous checkin.

r=relyea.


git-svn-id: svn://10.0.0.236/trunk@256678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2009-03-25 05:21:34 +00:00
parent af62ece310
commit 346acfa7c0

View File

@ -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