Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index b07660db412f654fae64e622a26f0cc02c7fbd27..e5de4570ac1814718d74a318db0ee61ba62e6f84 100644 |
--- a/build/build_config.h |
+++ b/build/build_config.h |
@@ -61,8 +61,8 @@ |
#error Please add support for your platform in build/build_config.h |
#endif |
-#if defined(USE_OPENSSL) && defined(USE_NSS) |
-#error Cannot use both OpenSSL and NSS |
+#if defined(USE_OPENSSL_CERTS) && defined(USE_NSS) |
+#error Cannot use both OpenSSL and NSS for certificates |
#endif |
// For access to standard BSD features, use OS_BSD instead of a |