| Index: net/third_party/nss/ssl/sslimpl.h
|
| diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h
|
| index df30029a7e3749f860c6f76dffda1249634e27d6..073616fee59b522edbe38d14c7e49cef6ee10c92 100644
|
| --- a/net/third_party/nss/ssl/sslimpl.h
|
| +++ b/net/third_party/nss/ssl/sslimpl.h
|
| @@ -1726,6 +1726,12 @@ SECStatus SSL_DisableDefaultExportCipherSuites(void);
|
| SECStatus SSL_DisableExportCipherSuites(PRFileDesc * fd);
|
| PRBool SSL_IsExportCipherSuite(PRUint16 cipherSuite);
|
|
|
| +SECStatus ssl3_TLSPRFWithMasterSecret(
|
| + ssl3CipherSpec *spec, const char *label,
|
| + unsigned int labelLen, const unsigned char *val,
|
| + unsigned int valLen, unsigned char *out,
|
| + unsigned int outLen);
|
| +
|
| /********************** FNV hash *********************/
|
|
|
| void FNV1A64_Init(PRUint64 *digest);
|
|
|