Have one global ctx.
This commit is contained in:
parent
2323d59613
commit
6e5b389529
2 changed files with 9 additions and 22 deletions
|
@ -4,9 +4,7 @@
|
|||
|
||||
@interface SSLSocket: OFTCPSocket
|
||||
{
|
||||
SSL_CTX *ctx;
|
||||
SSL *ssl;
|
||||
BOOL handsShaken;
|
||||
}
|
||||
|
||||
- initWithSocket: (OFTCPSocket*)socket;
|
||||
|
|
Reference in a new issue