@@ -31,10 +31,11 @@ @class X509Certificate; @interface SSLSocket: OFTCPSocket { SSL *_SSL; + id _delegate; OFString *_certificateFile, *_privateKeyFile; const char *_privateKeyPassphrase; bool _certificateVerificationEnabled; bool _requestClientCertificatesEnabled; }