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

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 11571059: Add net/android/keystore.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address marcus' nits. Created 7 years, 10 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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_openssl.h
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
index 12d92296e2f826186b38fc13de05b608a21c16cc..74ada9ae195dbf0a9d18de1530241bd176a9ea55 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -16,9 +16,14 @@
#include "net/socket/ssl_client_socket.h"
#include "net/socket/client_socket_handle.h"
+// Avoid including misc OpenSSL headers, i.e.:
+// <openssl/bio.h>
typedef struct bio_st BIO;
+// <openssl/evp.h>
typedef struct evp_pkey_st EVP_PKEY;
+// <openssl/ssl.h>
typedef struct ssl_st SSL;
+// <openssl/x509.h>
typedef struct x509_st X509;
namespace net {
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698