Artifact 2bdb858cf2ff71f4fadaa20649d13b66c8d6b85b4a32dddcc2ac76c5aae490f1:
- File src/SSLSocket.h — part of check-in [daea63b67c] at 2011-03-28 21:38:09 on branch trunk — Have one global ctx. (user: js, size: 204) [annotate] [blame] [check-ins using]
#include <openssl/ssl.h> #import <ObjFW/OFTCPSocket.h> @interface SSLSocket: OFTCPSocket { SSL *ssl; } - initWithSocket: (OFTCPSocket*)socket; /* Change the return type */ - (SSLSocket*)accept; @end