Chromium Code Reviews| Index: net/third_party/nss/ssl/sslinit.c |
| =================================================================== |
| --- net/third_party/nss/ssl/sslinit.c (revision 242942) |
| +++ net/third_party/nss/ssl/sslinit.c (working copy) |
| @@ -22,6 +22,11 @@ |
| PORT_SetError(SEC_ERROR_NO_MEMORY); |
| return (SECFailure); |
| } |
| + |
| +#ifdef DEBUG |
| + ssl3_CheckCipherSuiteOrderConsistency(); |
| +#endif |
| + |
| ssl_inited = 1; |
| } |
| return SECSuccess; |