@@ -54,19 +54,10 @@ * * @brief A protocol that should be implemented by 3rd-party libraries * implementing TLS. */ @protocol OFTLSSocket -#ifdef OF_HAVE_PROPERTIES -@property OF_NULLABLE_PROPERTY (assign) id delegate; -@property OF_NULLABLE_PROPERTY (copy) - OFString *certificateFile, *privateKeyFile; -@property OF_NULLABLE_PROPERTY (assign) const char *privateKeyPassphrase; -@property (getter=isCertificateVerificationEnabled) - bool certificateVerificationEnabled; -#endif - /*! * @brief Initializes the TLS socket with the specified TCP socket as its * underlying socket. * * @param socket The TCP socket to use as underlying socket