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

Unified Diff: crypto/openssl_util.h

Issue 8166003: OpenSSL component build fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | net/base/x509_util_openssl.h » ('j') | net/base/x509_util_openssl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/openssl_util.h
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h
index 6c1d73bf519b3db0ec6771e81862ea47abe111c1..3f89f9870240d646f0cae377d113eeb328bf2c1c 100644
--- a/crypto/openssl_util.h
+++ b/crypto/openssl_util.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/location.h"
+#include "crypto/crypto_export.h"
namespace crypto {
@@ -80,7 +81,7 @@ class ScopedOpenSSLSafeSizeBuffer {
// before any other OpenSSL functions.
// This function is thread-safe, and OpenSSL will only ever be initialized once.
// OpenSSL will be properly shut down on program exit.
-void EnsureOpenSSLInit();
+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
« no previous file with comments | « no previous file | net/base/x509_util_openssl.h » ('j') | net/base/x509_util_openssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698