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

Unified Diff: crypto/hmac_win.cc

Issue 6683060: Private API for extensions like ssh-client that need access to TCP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflected comments Created 9 years, 7 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
Index: crypto/hmac_win.cc
diff --git a/crypto/hmac_win.cc b/crypto/hmac_win.cc
index e5511e0034487373a43bc6cf298bee7d39d479c3..1e6954a4cad5a494d371168ddb2181fae7ec7dec 100644
--- a/crypto/hmac_win.cc
+++ b/crypto/hmac_win.cc
@@ -156,7 +156,7 @@ HMAC::~HMAC() {
bool HMAC::Sign(const std::string& data,
unsigned char* digest,
- int digest_length) {
+ int digest_length) const {
if (hash_alg_ == SHA256) {
if (plat_->raw_key_.empty())
return false;
« no previous file with comments | « crypto/hmac_openssl.cc ('k') | crypto/symmetric_key_mac.cc » ('j') | crypto/symmetric_key_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698