| Index: net/ssl/openssl_ssl_util.h
|
| diff --git a/net/ssl/openssl_ssl_util.h b/net/ssl/openssl_ssl_util.h
|
| index 06fd40901ade396ceee7ddf61de01b557d321c8a..04bcf30996e41fe3b84fb71e076280115ba1b159 100644
|
| --- a/net/ssl/openssl_ssl_util.h
|
| +++ b/net/ssl/openssl_ssl_util.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include <openssl/x509.h>
|
|
|
| +#include "net/base/net_export.h"
|
| #include "net/cert/x509_certificate.h"
|
| #include "net/log/net_log_parameters_callback.h"
|
|
|
| @@ -42,7 +43,9 @@ struct SslSetClearMask {
|
| // Note that |tracer| is not currently used in the implementation, but is passed
|
| // in anyway as this ensures the caller will clear any residual codes left on
|
| // the error stack.
|
| -int MapOpenSSLError(int err, const crypto::OpenSSLErrStackTracer& tracer);
|
| +NET_EXPORT_PRIVATE int MapOpenSSLError(
|
| + int err,
|
| + const crypto::OpenSSLErrStackTracer& tracer);
|
|
|
| // Helper struct to store information about an OpenSSL error stack entry.
|
| struct OpenSSLErrorInfo {
|
|
|