
void ERR_put_error(int lib, int func, int reason, const char *file,
	     int line)
{
	(void)lib;
	(void)func;
	(void)reason;
	(void)file;
	(void)line;

}

void ERR_add_error_data(int num, ...)
	{
		(void)num;
	}
