Differences From Artifact [f22e54e351]:
- File src/SSLInvalidCertificateException.m — part of check-in [93fb0bd595] at 2013-06-23 11:10:33 on branch trunk — Adjust to reworked exception API. (user: js, size: 1962) [annotate] [blame] [check-ins using]
To Artifact [6fabfe1bec]:
- File src/SSLInvalidCertificateException.m — part of check-in [81c23094bc] at 2013-11-22 20:15:54 on branch trunk — Adjust exceptions to ObjFW API change. (user: js, size: 1961) [annotate] [blame] [check-ins using]
︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 | - + | { return [OFString stringWithFormat: @"Invalid certificate! Reason: %@", _reason]; } - (OFString*)reason { |