From patchwork Sun Dec 6 15:16:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 4784 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dkim=pass reason="1024-bit key; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=ogPqip08; dkim-adsp=pass; dkim-atps=neutral Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id B61E08074E for ; Sun, 6 Dec 2015 16:16:39 +0100 (CET) Received: from sven-desktop.home.narfation.org (unknown [IPv6:2a02:3100:2605:b4fd:9111:4b73:6ec8:5dc4]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 395AB110102; Sun, 6 Dec 2015 16:16:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=20121; t=1449414999; bh=5uyuMD0YFCKUT4jefICGMOLuVQE0O+8xmQwkIn0EUMU=; h=From:To:Cc:Subject:Date:From; b=ogPqip08ccPFXEAJcDA5/Fo2FNmItX4WbRorZUbCCwrOsu2PqIh5gA0PgM/o8sky+ LbtRgD9I5JBRFlRmKSdWahM/2xFQHYKK0yz7l013wtzVqHp0Ee+4BFCw0GbvT+jQuf bc5KOl7rE0xPSslBLFG8VjtrLWt1AkaNlx+Ex+gU= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 6 Dec 2015 16:16:35 +0100 Message-Id: <1449414995-21885-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.6.2 Subject: [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 15:16:39 -0000 Signed-off-by: Sven Eckelmann Cc: elektra --- README | 2 +- vis.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1ddceed..b25dd77 100644 --- a/README +++ b/README @@ -61,6 +61,6 @@ is part of the s3d tools [2] - debian packages are available) to the vis servers dot draw output (on port 2004). If you have impressive screenshots don't hesitate to let us know. :-) -[1] http://downloads.open-mesh.net/batman/misc/wbm2009/08-vis_zoomed.png +[1] https://downloads.open-mesh.org/batman/misc/wbm2009/08-vis_zoomed.png [2] http://s3d.sourceforge.net/ diff --git a/vis.c b/vis.c index d92fbe8..774d24e 100644 --- a/vis.c +++ b/vis.c @@ -127,7 +127,7 @@ int32_t orig_comp(void *data1, void *data2) } /* hashfunction to choose an entry in a hash table of given size */ -/* hash algorithm from http://en.wikipedia.org/wiki/Hash_table */ +/* hash algorithm from https://en.wikipedia.org/wiki/Hash_table */ int32_t orig_choose(void *data, int32_t size) { unsigned char *key= data; uint32_t hash = 0;