Update Xcode project.
This commit is contained in:
parent
8ab05e111a
commit
309b16bf5d
4 changed files with 24 additions and 11 deletions
|
@ -39,9 +39,9 @@
|
|||
#endif
|
||||
|
||||
- initWithSocket: (OFTCPSocket*)socket;
|
||||
- initWithSocket: (OFTCPSocket*)socket
|
||||
privateKeyFile: (OFString*)privateKeyFile
|
||||
certificateFile: (OFString*)certificateFile;
|
||||
- initWithSocket: (OFTCPSocket*)socket
|
||||
privateKeyFile: (OFString*)privateKeyFile
|
||||
certificateFile: (OFString*)certificateFile;
|
||||
/* Change the return type */
|
||||
- (SSLSocket*)accept;
|
||||
- (void)setPrivateKeyFile: (OFString*)file;
|
||||
|
|
Reference in a new issue