From dd6076f1af1c916c1681140d4be10a600d37046e Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 13 Dec 2012 21:55:31 +0100 Subject: [PATCH] Set of_tls_socket_class. --- src/SSLSocket.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SSLSocket.m b/src/SSLSocket.m index 1d5c90f..cf0d055 100644 --- a/src/SSLSocket.m +++ b/src/SSLSocket.m @@ -78,7 +78,7 @@ locking_callback(int mode, int n, const char *file, int line) @implementation SSLSocket + (void)load { - of_http_request_tls_socket_class = self; + of_tls_socket_class = self; } + (void)initialize