Chromium Code Reviews| Index: net/http/des.cc |
| diff --git a/net/http/des.cc b/net/http/des.cc |
| index 79240cff72a6f2f0897879743fa774040e5483f2..a750ea1692bc3dbe589e1fb394afb1af6fe86a11 100644 |
| --- a/net/http/des.cc |
| +++ b/net/http/des.cc |
| @@ -112,6 +112,7 @@ void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { |
| SECStatus rv; |
| unsigned int n; |
| + LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII"; |
| crypto::EnsureNSSInit(); |
| slot = PK11_GetInternalSlot(); |