summaryrefslogtreecommitdiffstats
path: root/net/http/des.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/des.cc')
-rw-r--r--net/http/des.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/des.cc b/net/http/des.cc
index e9d6388..79240cf 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;