We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9616a40 commit abefcd4Copy full SHA for abefcd4
GCD/GCDAsyncSocket.h
@@ -888,7 +888,9 @@ typedef enum GCDAsyncSocketError GCDAsyncSocketError;
888
**/
889
- (BOOL)enableBackgroundingOnSocket;
890
891
-#else
+#endif
892
+
893
+#if SECURE_TRANSPORT_MAYBE_AVAILABLE
894
895
/**
896
* This method is only available from within the context of a performBlock: invocation.
GCD/GCDAsyncSocket.m
@@ -7174,7 +7174,9 @@ - (BOOL)enableBackgroundingOnSocketWithCaveat // Deprecated in iOS 4.???
7174
return [self enableBackgroundingOnSocketWithCaveat:YES];
7175
}
7176
7177
7178
7179
7180
7181
- (SSLContextRef)sslContext
7182
{
0 commit comments