| Index: net/socket/ssl_client_socket_mac.cc
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_mac.cc (revision 39452)
|
| +++ net/socket/ssl_client_socket_mac.cc (working copy)
|
| @@ -100,7 +100,7 @@
|
| typedef enum {
|
| kSSLSessionOptionBreakOnServerAuth,
|
| kSSLSessionOptionBreakOnCertRequested,
|
| -} SSLSetSessionOptionType;
|
| +} SSLSessionOption;
|
|
|
| enum {
|
| errSSLServerAuthCompleted = -9841,
|
| @@ -140,7 +140,7 @@
|
| #endif
|
|
|
| typedef OSStatus (*SSLSetSessionOptionFuncPtr)(SSLContextRef,
|
| - SSLSetSessionOptionType,
|
| + SSLSessionOption,
|
| Boolean);
|
| // For an explanation of the Mac OS X error codes, please refer to:
|
| // http://developer.apple.com/mac/library/documentation/Security/Reference/secureTransportRef/Reference/reference.html
|
|
|