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

Unified Diff: net/ssl/openssl_client_key_store.h

Issue 687833002: Get net_unittests working on Windows BoringSSL port. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wincrypt
Patch Set: Created 6 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
Index: net/ssl/openssl_client_key_store.h
diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
index 6c061484a92da9e1130d8cb64a001eb374602fb4..bba19a3116949f5a75bf32f3497d32bae053a96e 100644
--- a/net/ssl/openssl_client_key_store.h
+++ b/net/ssl/openssl_client_key_store.h
@@ -43,8 +43,8 @@ class NET_EXPORT OpenSSLClientKeyStore {
// Returns false if an error occured.
// This function does not take ownership of the private_key, but may
// increment its internal reference count.
- NET_EXPORT bool RecordClientCertPrivateKey(const X509Certificate* cert,
- EVP_PKEY* private_key);
+ bool RecordClientCertPrivateKey(const X509Certificate* cert,
+ EVP_PKEY* private_key);
// Given a certificate's |public_key|, return the corresponding private
// key that has been recorded previously by RecordClientCertPrivateKey().

Powered by Google App Engine
This is Rietveld 408576698