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

Unified Diff: crypto/crypto.gypi

Issue 286263006: Add OpenSSL BIO method that writes to a std::string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: implement puts Created 6 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
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/openssl_bio_string.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gypi
diff --git a/crypto/crypto.gypi b/crypto/crypto.gypi
index a2dfe472ef90477415659cf2ba0e584c305a2cc2..de65e198ebb055a84a010eebe65dc9cd19d511e0 100644
--- a/crypto/crypto.gypi
+++ b/crypto/crypto.gypi
@@ -68,6 +68,8 @@
'nss_util.cc',
'nss_util.h',
'nss_util_internal.h',
+ 'openssl_bio_string.cc',
+ 'openssl_bio_string.h',
'openssl_util.cc',
'openssl_util.h',
'p224.cc',
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/openssl_bio_string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698