ObjOpenSSL  Diff

Differences From Artifact [e0db9e849d]:

To Artifact [25bd35d91a]:


70
71
72
73
74
75
76
77

78
79
70
71
72
73
74
75
76

77
78
79







-
+


	return [OFString stringWithFormat:
	    @"Invalid certificate in class %@! Reason: %@", [self inClass],
	    _reason];
}

- (OFString*)reason
{
	OF_GETTER(_reason, NO)
	OF_GETTER(_reason, false)
}
@end