diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:38:47 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:38:47 +0000 |
commit | be363b2ae7d3ebc594d6db53313985b07977d80b (patch) | |
tree | 72fda6b181f221cbaa6e438e0fb696bbf47d518b /crypto | |
parent | 42af17eaa9447b313098eca6fd5d018934cd0bbd (diff) | |
download | chromium_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.h | 3 |
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. |