| Index: net/base/x509_cert_types.h
|
| diff --git a/net/base/x509_cert_types.h b/net/base/x509_cert_types.h
|
| index cebcbce0899065794021aa0f58b661de42f4d92e..4e3dd9b5a7cd55030698b039fe17aa967e5dc6bd 100644
|
| --- a/net/base/x509_cert_types.h
|
| +++ b/net/base/x509_cert_types.h
|
| @@ -121,7 +121,7 @@ struct NET_EXPORT CertPrincipal {
|
| bool ParseDistinguishedName(const void* ber_name_data, size_t length);
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX) || defined(USE_OPENSSL)
|
| // Compare this CertPrincipal with |against|, returning true if they're
|
| // equal enough to be a possible match. This should NOT be used for any
|
| // security relevant decisions.
|
|
|