Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index b07660db412f654fae64e622a26f0cc02c7fbd27..78fabdad970a5a62bc209a77f9d5a6069ad2efa6 100644 |
| --- a/build/build_config.h |
| +++ b/build/build_config.h |
| @@ -61,7 +61,7 @@ |
| #error Please add support for your platform in build/build_config.h |
| #endif |
| -#if defined(USE_OPENSSL) && defined(USE_NSS) |
| +#if defined(USE_OPENSSL) && defined(USE_NSS_CERTS) |
|
davidben
2015/04/16 16:16:42
This line is now mildly strange, which is part of
Nico
2015/04/16 16:33:11
Maybe have a short comment and possibly a link to
davidben
2015/04/16 18:32:01
Done.
|
| #error Cannot use both OpenSSL and NSS |
| #endif |