ObjFW  Diff

Differences From Artifact [2c948a64a3]:

To Artifact [25dbe148e7]:


61
62
63
64
65
66
67






68
	[super dealloc];
}

- (OFString *)stringValue
{
	return [self IA5StringValue];
}






@end







>
>
>
>
>
>

61
62
63
64
65
66
67
68
69
70
71
72
73
74
	[super dealloc];
}

- (OFString *)stringValue
{
	return [self IA5StringValue];
}

- (OFString *)description
{
	return [OFString stringWithFormat: @"<OFASN1IA5String: %@>",
					   _IA5StringValue];
}
@end