Differences From Artifact [62fcaa9a42]:
- File src/SSLInvalidCertificateException.h — part of check-in [81c23094bc] at 2013-11-22 20:15:54 on branch trunk — Adjust exceptions to ObjFW API change. (user: js, size: 1516) [annotate] [blame] [check-ins using]
To Artifact [a32c7b3001]:
- File src/SSLInvalidCertificateException.h — part of check-in [aab1410a4b] at 2016-03-06 17:48:01 on branch trunk — Adjust to ObjFW changes (user: js, size: 1462) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 | - - - | #import <ObjFW/OFException.h> @interface SSLInvalidCertificateException: OFException { OFString *_reason; } |