Set of_tls_socket_class.

This commit is contained in:
Jonathan Schleifer 2012-12-13 21:55:31 +01:00
parent 0df1e62ff4
commit dd6076f1af

View file

@ -78,7 +78,7 @@ locking_callback(int mode, int n, const char *file, int line)
@implementation SSLSocket @implementation SSLSocket
+ (void)load + (void)load
{ {
of_http_request_tls_socket_class = self; of_tls_socket_class = self;
} }
+ (void)initialize + (void)initialize