Chromium Code Reviews| 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) |
|
Ryan Sleevi
2012/12/11 21:30:24
NACK on this. CertPrincipal::Compare() should NOT
digit1
2012/12/11 23:05:31
Oh point, taken. Actually, that's a left-over, the
|
| // 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. |