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

Unified Diff: crypto/encryptor.h

Issue 11186004: Use the NSS internal key slot for all temporary key operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused slot Created 8 years, 2 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 | crypto/encryptor_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/encryptor.h
diff --git a/crypto/encryptor.h b/crypto/encryptor.h
index 773be223e7101c07380eed21d00eb7c980a616c6..798a26f84f07879f2965017cdb67d7ce61c09b57 100644
--- a/crypto/encryptor.h
+++ b/crypto/encryptor.h
@@ -125,7 +125,6 @@ class CRYPTO_EXPORT Encryptor {
bool CryptCTR(PK11Context* context,
const base::StringPiece& input,
std::string* output);
- ScopedPK11Slot slot_;
ScopedSECItem param_;
#endif
};
« no previous file with comments | « no previous file | crypto/encryptor_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698