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

Unified Diff: crypto/rsa_private_key_win.cc

Issue 7056049: Changes to have chrome building with net.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « content/content_renderer.gypi ('k') | jingle/jingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/rsa_private_key_win.cc
===================================================================
--- crypto/rsa_private_key_win.cc (revision 87744)
+++ crypto/rsa_private_key_win.cc (working copy)
@@ -10,6 +10,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/string_util.h"
+#pragma comment(lib, "crypt32.lib")
+
namespace {
// Helper for error handling during key import.
#define READ_ASSERT(truth) \
« no previous file with comments | « content/content_renderer.gypi ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698