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

Unified Diff: crypto/crypto.gyp

Issue 9455006: Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: openssl fix Created 8 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 | « no previous file | crypto/ec_signature_creator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 1d216f6f185b60b6e9c4fafee6fd9f74e591c89b..92d6a0ecb461c09e23e8e3236a5c2485b56bc924 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -140,7 +140,9 @@
'ec_private_key.h',
'ec_private_key_nss.cc',
'ec_private_key_openssl.cc',
+ 'ec_signature_creator.cc',
'ec_signature_creator.h',
+ 'ec_signature_creator_impl.h',
'ec_signature_creator_nss.cc',
'ec_signature_creator_openssl.cc',
'encryptor.cc',
« no previous file with comments | « no previous file | crypto/ec_signature_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698