Differences From Artifact [6ee3f9f04b]:
- File src/SSLInvalidCertificateException.h — part of check-in [7fa9a01744] at 2011-10-23 23:39:48 on branch trunk — Add methods enabling certificate verification (user: florob@babelmonkeys.de, size: 1503) [annotate] [blame] [check-ins using]
To Artifact [5a555eb0db]:
- File src/SSLInvalidCertificateException.h — part of check-in [2c5d1c7324] at 2012-02-01 13:50:00 on branch trunk — Fix properties in exceptions. (user: js, size: 1500) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | @interface SSLInvalidCertificateException: OFException { OFString *reason; } #ifdef OF_HAVE_PROPERTIES |
︙ |