| Index: crypto/ec_private_key.h
|
| diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
|
| index 9a8a02acfb5e15a5fc1727fde8d84b6d0e301091..1ee4aca8b0ed2128fe76f4251c4a5dc340395de3 100644
|
| --- a/crypto/ec_private_key.h
|
| +++ b/crypto/ec_private_key.h
|
| @@ -95,8 +95,7 @@ class CRYPTO_EXPORT ECPrivateKey {
|
|
|
| // Exports private key data for testing. The format of data stored into output
|
| // doesn't matter other than that it is consistent for the same key.
|
| - bool ExportValue(std::vector<uint8_t>* output);
|
| - bool ExportECParams(std::vector<uint8_t>* output);
|
| + bool ExportValueForTesting(std::vector<uint8_t>* output);
|
|
|
| private:
|
| // Constructor is private. Use one of the Create*() methods above instead.
|
|
|