Chromium Code Reviews| Index: nss/lib/softoken/pkcs11i.h |
| =================================================================== |
| --- nss/lib/softoken/pkcs11i.h (revision 209026) |
| +++ nss/lib/softoken/pkcs11i.h (working copy) |
| @@ -738,7 +738,8 @@ |
| sftk_TLSPRFInit(SFTKSessionContext *context, |
| SFTKObject * key, |
| CK_KEY_TYPE key_type, |
| - HASH_HashType hash_alg); |
| + HASH_HashType hash_alg, |
| + unsigned int out_len); |
| SEC_END_PROTOS |