summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:38:47 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:38:47 +0000
commitbe363b2ae7d3ebc594d6db53313985b07977d80b (patch)
tree72fda6b181f221cbaa6e438e0fb696bbf47d518b /crypto
parent42af17eaa9447b313098eca6fd5d018934cd0bbd (diff)
downloadchromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.zip
chromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.tar.gz
chromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.tar.bz2
First step towards component build for Android.
Add symbol exports needed to build content shell. BUG=158821 Review URL: https://codereview.chromium.org/11368031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h
index 577749e..b390fe7 100644
--- a/crypto/openssl_util.h
+++ b/crypto/openssl_util.h
@@ -85,7 +85,8 @@ void CRYPTO_EXPORT EnsureOpenSSLInit();
// Drains the OpenSSL ERR_get_error stack. On a debug build the error codes
// are send to VLOG(1), on a release build they are disregarded. In most
// cases you should pass FROM_HERE as the |location|.
-void ClearOpenSSLERRStack(const tracked_objects::Location& location);
+void CRYPTO_EXPORT ClearOpenSSLERRStack(
+ const tracked_objects::Location& location);
// Place an instance of this class on the call stack to automatically clear
// the OpenSSL error stack on function exit.