Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2515)

Unified Diff: crypto/nss_util.cc

Issue 8527006: Change the Chrome OS PKCS #11 module from libopencryptoki.so to libchaps.so. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/nss_util.cc
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index 803b01c7b2472bba85aed846c84e9728498b4b21..153de48c294fb298a68dd196c364b90ee1fe8460 100644
--- a/crypto/nss_util.cc
+++ b/crypto/nss_util.cc
@@ -56,8 +56,8 @@ namespace {
const char kNSSDatabaseName[] = "Real NSS database";
// Constants for loading opencryptoki.
-const char kOpencryptokiModuleName[] = "opencryptoki";
-const char kOpencryptokiPath[] = "/usr/lib/opencryptoki/libopencryptoki.so";
+const char kOpencryptokiModuleName[] = "Chaps";
+const char kOpencryptokiPath[] = "libchaps.so";
gauravsh 2011/11/14 17:49:24 Doesn't this need to be the complete absolute path
Darren Krahn 2011/11/14 23:32:26 No... because libchaps.so is in /usr/lib On 2011/
wtc 2011/11/15 03:13:58 The comment on line 58 and the constant names on l
Darren Krahn 2011/11/16 17:41:17 Done.
// Fake certificate authority database used for testing.
static const FilePath::CharType kReadOnlyCertDB[] =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698