Differences From Artifact [3c09e92aa1]:
- File src/SSLInvalidCertificateException.m — part of check-in [87d86871ad] at 2012-03-20 21:45:01 on branch trunk — Change URL in copyright to Git repository. (user: js, size: 2096) [annotate] [blame] [check-ins using]
To Artifact [c4863306cd]:
- File src/SSLInvalidCertificateException.m — part of check-in [5247b6dff2] at 2012-03-20 21:47:06 on branch trunk — Nicer SSLInvalidCertificateException description. (user: js, size: 2095) [annotate] [blame] [check-ins using]
︙ | |||
64 65 66 67 68 69 70 | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + | - (OFString*)description { if (description != nil) return description; description = [[OFString alloc] initWithFormat: |
︙ |