ObjOpenSSL  SSLSocket.h at [daea63b67c]

File src/SSLSocket.h artifact 2bdb858cf2 part of check-in daea63b67c


#include <openssl/ssl.h>

#import <ObjFW/OFTCPSocket.h>

@interface SSLSocket: OFTCPSocket
{
	SSL *ssl;
}

- initWithSocket: (OFTCPSocket*)socket;

/* Change the return type */
- (SSLSocket*)accept;
@end