Differences From Artifact [dc28b202e4]:
- File src/SSLSocket.m — part of check-in [7be8561f43] at 2012-01-25 19:33:40 on branch trunk — Fix a missing copy. (user: js, size: 9522) [annotate] [blame] [check-ins using]
To Artifact [6192c3b0de]:
- File src/SSLSocket.m — part of check-in [a40233daa6] at 2012-01-26 11:42:05 on branch trunk — Update Xcode project. (user: js, size: 9525) [annotate] [blame] [check-ins using]
︙ | |||
335 336 337 338 339 340 341 | 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 | - + | - (OFString*)certificateFile { OF_GETTER(certificateFile, YES) } - (OFDataArray*)channelBindingDataWithType: (OFString*)type { |
︙ |