ObjFW  Diff

Differences From Artifact [e3c55f9a8d]:

To Artifact [de7c13bd7c]:


108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
	buf[0] += a;
	buf[1] += b;
	buf[2] += c;
	buf[3] += d;
}

@implementation OFMD5Hash
+ md5Hash
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];







|







108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
	buf[0] += a;
	buf[1] += b;
	buf[2] += c;
	buf[3] += d;
}

@implementation OFMD5Hash
+ MD5Hash
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];