Differences From Artifact [d4b845c7e6]:
- File src/SSLInvalidCertificateException.m — part of check-in [8ef0132a06] at 2012-07-12 03:09:43 on branch trunk — Don't access isa directly. (user: js, size: 2104) [annotate] [blame] [check-ins using]
To Artifact [aae2bdffb1]:
- File
src/SSLInvalidCertificateException.m
— part of check-in
[f009f4af94]
at
2012-11-21 22:26:06
on branch trunk
— configure: Don't use -Wcast-align.
The OpenSSL headers break -Wcast-align. (user: js, size: 2103) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | #import "SSLInvalidCertificateException.h" #import <ObjFW/OFNotImplementedException.h> @implementation SSLInvalidCertificateException + exceptionWithClass: (Class)class_ |
︙ |