summaryrefslogtreecommitdiffstats
path: root/base/nss_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/nss_util.cc')
-rw-r--r--base/nss_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/nss_util.cc b/base/nss_util.cc
index 4e67faf..7043b8d 100644
--- a/base/nss_util.cc
+++ b/base/nss_util.cc
@@ -21,7 +21,7 @@
// On some platforms, we use NSS for SSL only -- we don't use NSS for crypto
// or certificate verification, and we don't use the NSS certificate and key
// databases.
-#if defined(OS_WIN)
+#if defined(OS_MACOSX) || defined(OS_WIN)
#define USE_NSS_FOR_SSL_ONLY 1
#endif