ftp.nice.ch/pub/next/connectivity/www/omniweb2bundles/https.0.5a.NIHS.bs.tar.gz#/https.0.5a/Source/SSLSocket.h

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.