Differences From Artifact [e0db9e849d]:
- File
src/SSLInvalidCertificateException.m
— part of check-in
[bc41772796]
at
2013-02-13 23:15:32
on branch trunk
— Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. (user: js, size: 2140) [annotate] [blame] [check-ins using]
To Artifact [25bd35d91a]:
- File src/SSLInvalidCertificateException.m — part of check-in [09e348c39a] at 2013-03-04 17:37:09 on branch trunk — Replace BOOL with bool. (user: js, size: 2143) [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 in class %@! Reason: %@", [self inClass], _reason]; } - (OFString*)reason { |