Have one global ctx.

This commit is contained in:
Jonathan Schleifer 2011-03-28 23:38:09 +02:00
parent 2323d59613
commit 6e5b389529
2 changed files with 9 additions and 22 deletions

View file

@ -4,9 +4,7 @@
@interface SSLSocket: OFTCPSocket
{
SSL_CTX *ctx;
SSL *ssl;
BOOL handsShaken;
}
- initWithSocket: (OFTCPSocket*)socket;