ObjOpenSSL  Diff

Differences From Artifact [3fe5f58a63]:

To Artifact [10c93bcda0]:


144
145
146
147
148
149
150
151

152
153
144
145
146
147
148
149
150

151
152
153







-
+


		else
			return [OFString stringWithFormat:
			    @"A connection to %@ on port %" @PRIu16 @" could "
			    @"not be established in socket of type %@: %s",
			    _host, _port, [_socket class], error];
	}

	return [super description];
	return super.description;
}
@end