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

Unified Diff: base/crypto/encryptor.h

Issue 4777001: Implements encryptor_openssl.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar witesps Created 10 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 | base/crypto/encryptor_openssl.cc » ('j') | base/crypto/encryptor_openssl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/crypto/encryptor.h
diff --git a/base/crypto/encryptor.h b/base/crypto/encryptor.h
index f1d6f28e70e8e278884322c43f7f802827b17fb8..4392f78fc33a8c90893e148ee2a6b4ed735e01de 100644
--- a/base/crypto/encryptor.h
+++ b/base/crypto/encryptor.h
@@ -47,7 +47,7 @@ class Encryptor {
#if defined(USE_NSS)
ScopedPK11Slot slot_;
ScopedSECItem param_;
-#elif defined(OS_MACOSX)
+#elif defined(OS_MACOSX) || defined(USE_OPENSSL)
Ryan Sleevi 2010/11/10 23:46:58 I'm a little nervous with this here. CCOperation i
joth 2010/11/11 17:35:58 The comment looked more complex than just duplicat
bool Crypt(int /*CCOperation*/ op,
const std::string& input,
std::string* output);
« no previous file with comments | « no previous file | base/crypto/encryptor_openssl.cc » ('j') | base/crypto/encryptor_openssl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698