From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751607Ab0IKE1c (ORCPT ); Sat, 11 Sep 2010 00:27:32 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:55585 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327Ab0IKE1b (ORCPT ); Sat, 11 Sep 2010 00:27:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=GsauiDj0N92Rv5a6I68pwndYqVrDrde5duhiL14HFXaovh1e7YBGHiZmrkQVvruuGF RWC5oHJj0nwuKruGUSuTbVlBWHA2xD++zCy2FR1WPCNZjov1CLNa96BQT24UNSYHiaVZ 8kDA23KGb5gWhIuOO6XGiFFp/g4ppEXSRh2zI= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 01/10]include/crypto/b128ops.h Update broken web addresses. Date: Fri, 10 Sep 2010 21:27:48 -0700 Message-Id: <1284179277-7788-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Below you will find an Update to a broken web address. Please let me know if this needs to be changed. Signed-off-by: Justin P. Mattock --- include/crypto/b128ops.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/crypto/b128ops.h b/include/crypto/b128ops.h index 0b8e6bc..499741c 100644 --- a/include/crypto/b128ops.h +++ b/include/crypto/b128ops.h @@ -4,7 +4,7 @@ * Copyright (c) 2006, Rik Snel * * Based on Dr Brian Gladman's (GPL'd) work published at - * http://fp.gladman.plus.com/cryptography_technology/index.htm + * http://www.gladman.me.uk/ * See the original copyright notice below. * * This program is free software; you can redistribute it and/or modify it -- 1.7.2.1