This is SSLSocket.h in view mode; [Download] [Up]
#import <OmniFoundation/OmniTCPSocket.h> #import <stdio.h> // I need this for the ssl include #import <ssl/ssl.h> @class CTXHandler; @interface SSLSocket : OmniTCPSocket { @private SSL *_sslHandle; CTXHandler *_ctxHandler; } + (SSLSocket *)sslSocket; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.