Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: crypto/ec_private_key.h

Issue 1739403002: Cut down on usage of deprecated APIs in //crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grumble grumble string vector char uint8_t grumble Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/crypto.gypi ('k') | crypto/ec_private_key_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « crypto/crypto.gypi ('k') | crypto/ec_private_key_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698