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

Unified Diff: net/socket/ssl_client_socket_mac.cc

Issue 651055: Make dynamic access to SSLSetSessionOption static (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | 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_mac.cc
===================================================================
--- net/socket/ssl_client_socket_mac.cc (revision 39467)
+++ net/socket/ssl_client_socket_mac.cc (working copy)
@@ -726,7 +726,7 @@
// the session would be cached before we verified the certificate, leaving
// the potential for a session in which the certificate failed to validate
// to still be able to be resumed.
- SSLSetSessionOptionFuncPtr ssl_set_session_options =
+ static SSLSetSessionOptionFuncPtr ssl_set_session_options =
LookupFunction<SSLSetSessionOptionFuncPtr>(CFSTR("com.apple.security"),
CFSTR("SSLSetSessionOption"));
if (ssl_set_session_options) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698