Differences From Artifact [d8975e7b34]:
- File src/SSLConnectionFailedException.m — part of check-in [9355649e3a] at 2017-05-14 00:33:26 on branch trunk — Modernize the code a little (user: js, size: 4026) [annotate] [blame] [check-ins using]
To Artifact [3fe5f58a63]:
- File src/SSLConnectionFailedException.m — part of check-in [2ee844508a] at 2017-06-21 21:04:58 on branch trunk — Adjust to ObjFW changes (user: js, size: 4043) [annotate] [blame] [check-ins using]
︙ | |||
113 114 115 116 117 118 119 | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | - + + | port: (uint16_t)port socket: (SSLSocket *)socket SSLError: (unsigned long)SSLError verifyResult: (long)verifyResult { self = [super initWithHost: host port: port |
︙ |