Index: crypto/encryptor.h |
diff --git a/crypto/encryptor.h b/crypto/encryptor.h |
index bcc647bbc07075e266615ce025e56033b3eac576..ec1498b66fc502d5921f0cb067b09340149dc185 100644 |
--- a/crypto/encryptor.h |
+++ b/crypto/encryptor.h |
@@ -13,7 +13,8 @@ |
#include "build/build_config.h" |
#include "crypto/crypto_export.h" |
-#if defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX) |
+#if defined(USE_NSS) || \ |
+ (!defined(USE_OPENSSL) && (defined(OS_WIN) || defined(OS_MACOSX))) |
#include "crypto/scoped_nss_types.h" |
#endif |