diff options
Diffstat (limited to 'net/ssl/openssl_client_key_store.h')
-rw-r--r-- | net/ssl/openssl_client_key_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h index b3980eb..6d90253 100644 --- a/net/ssl/openssl_client_key_store.h +++ b/net/ssl/openssl_client_key_store.h @@ -26,7 +26,7 @@ class X509Certificate; // // This class is not thread-safe and should only be used from the network // thread. -class OpenSSLClientKeyStore { +class NET_EXPORT OpenSSLClientKeyStore { public: // Platforms must define this factory function as appropriate. static OpenSSLClientKeyStore* GetInstance(); |