| Index: webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m b/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
|
| index b8add7f84abf01853e3e8d13545080163721e810..b4868a7898400a582c673afad688c2502da6a21c 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
|
| @@ -569,7 +569,7 @@ static __strong NSData *CRLFCRLF;
|
| [SSLOptions setValue:[NSNumber numberWithBool:NO] forKey:(__bridge id)kCFStreamSSLValidatesCertificateChain];
|
| }
|
|
|
| -#if DEBUG
|
| +#ifdef DEBUG
|
| [SSLOptions setValue:[NSNumber numberWithBool:NO] forKey:(__bridge id)kCFStreamSSLValidatesCertificateChain];
|
| NSLog(@"SocketRocket: In debug mode. Allowing connection to any root cert");
|
| #endif
|
|
|