| Index: crypto/ec_private_key.h
|
| diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
|
| index a3ba49d3fb05fe43a7baceb20e5e856e463673ce..61a9fa7cf0531f9c726a43dda47e6bf0407ecc5a 100644
|
| --- a/crypto/ec_private_key.h
|
| +++ b/crypto/ec_private_key.h
|
| @@ -95,7 +95,7 @@ class CRYPTO_EXPORT ECPrivateKey {
|
| bool ExportValue(std::vector<uint8>* output);
|
| bool ExportECParams(std::vector<uint8>* output);
|
|
|
| - private:
|
| +// private:
|
| // Constructor is private. Use one of the Create*() methods above instead.
|
| ECPrivateKey();
|
|
|
|
|