ObjOpenSSL  Diff

Differences From Artifact [5490fca0bd]:

To Artifact [e0db9e849d]:


63
64
65
66
67
68
69
70
71
72

73
74
75


76
77
78
79
80
81
82
83
63
64
65
66
67
68
69



70



71
72

73
74
75
76
77
78
79







-
-
-
+
-
-
-
+
+
-







	[_reason release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Invalid certificate! Reason: %@", _reason];

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

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