Differences From Artifact [53d49dda97]:
- File src/SSLInvalidCertificateException.m — part of check-in [66bd0c554f] at 2020-05-31 16:54:54 on branch trunk — Update URL (user: js, size: 1925) [annotate] [blame] [check-ins using]
To Artifact [53b2485fef]:
- File src/SSLInvalidCertificateException.m — part of check-in [e5b470a14c] at 2021-04-03 20:16:07 on branch trunk — Adjust to ObjFW coding style (user: js, size: 1953) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + - + | } + (instancetype)exceptionWithReason: (OFString *)reason { return [[[self alloc] initWithReason: reason] autorelease]; } |
︙ |