Index: net/http/des.cc |
diff --git a/net/http/des.cc b/net/http/des.cc |
index e9d638824a4215985804a37258ffeb2ba212f8bc..79240cff72a6f2f0897879743fa774040e5483f2 100644 |
--- a/net/http/des.cc |
+++ b/net/http/des.cc |
@@ -114,7 +114,7 @@ void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { |
crypto::EnsureNSSInit(); |
- slot = PK11_GetBestSlot(cipher_mech, NULL); |
+ slot = PK11_GetInternalSlot(); |
if (!slot) |
goto done; |