Chromium Code Reviews| 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[] = |