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

Unified Diff: entd.h

Issue 2833006: Eliminate stale pkcs11 certificate handler implementations. (Closed) Base URL: ssh://git@chromiumos-git/entd.git
Patch Set: Changed default pkcs11 mode and updated tests. Created 10 years, 6 months 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 | entd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: entd.h
diff --git a/entd.h b/entd.h
index 765793344378fe5cca64554fefea5e3c4035965d..8d9077c71a5983607c16ae57359a731ed46212c9 100644
--- a/entd.h
+++ b/entd.h
@@ -75,12 +75,6 @@ class Entd : public JSObjectWrapper<Entd> {
pkcs11_mode_ = mode;
}
- // Used to set the opsnssl configuration file.
- void SetPkcs11OpenSSLConfig(const std::string& config_file) {
- LOG(INFO) << "PKCS11 OpenSSL config: '" << config_file << "'";
- pkcs11_config_filename_ = config_file;
- }
-
bool SetHostname(const std::string& hostname) {
if (!CheckHostname(hostname)) {
LOG(ERROR) << "Invalid hostname: " << hostname;
@@ -197,7 +191,6 @@ class Entd : public JSObjectWrapper<Entd> {
std::string utility_filename_;
std::string manifest_filename_;
std::string policy_filename_;
- std::string pkcs11_config_filename_;
// Starts out as just the hostname portion of the username, but may be
// set to a subdomain of that by the manifest file.
« no previous file with comments | « no previous file | entd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698