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); |