This is CTXHandler.h in view mode; [Download] [Up]
#import <OmniFoundation/OmniObject.h>
#import <stdio.h> // I need this for the ssl include
#import <ssl/ssl.h>
@interface CTXHandler : OmniObject
{
SSL_CTX *_ctx;
}
+ sharedCTXHandler;
- init;
- (void)dealloc;
- (SSL_CTX *)ctx;
- (BOOL)setDefaultVerifyPaths;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.