ObjOpenSSL  Diff

Differences From Artifact [dae3d0c933]:

To Artifact [ea8865b8c0]:


56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
		[self release];
		@throw e;
	}

	return self;
}

- initWithStruct: (X509*)cert
{
	self = [self init];

	@try {
		crt = X509_dup(cert);
		if (crt == NULL)
			@throw [OFInitializationFailedException







|







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
		[self release];
		@throw e;
	}

	return self;
}

- initWithX509Struct: (X509*)cert
{
	self = [self init];

	@try {
		crt = X509_dup(cert);
		if (crt == NULL)
			@throw [OFInitializationFailedException