ObjFW  Diff

Differences From Artifact [13ae15fdce]:

To Artifact [0496bf5735]:


165
166
167
168
169
170
171
172

173
174
175
176
177
178
179
180
181
182
183
165
166
167
168
169
170
171

172
173
174
175
176
177
178
179
180
181
182
183







-
+












	if (![objectIdentifier->_subidentifiers isEqual: _subidentifiers])
		return false;

	return true;
}

- (uint32_t)hash
- (unsigned long)hash
{
	return _subidentifiers.hash;
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"<OFASN1ObjectIdentifier: %@>",
	    [_subidentifiers componentsJoinedByString: @"."]];
}
@end