Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: Fix dead links

Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Adrian-Ken Rueegsegger and committed by
Herbert Xu
8c882f64 9c3c133b

+2 -2
+1 -1
crypto/gf128mul.c
··· 4 4 * Copyright (c) 2006, Rik Snel <rsnel@cube.dyndns.org> 5 5 * 6 6 * Based on Dr Brian Gladman's (GPL'd) work published at 7 - * http://fp.gladman.plus.com/cryptography_technology/index.htm 7 + * http://gladman.plushost.co.uk/oldsite/cryptography_technology/index.php 8 8 * See the original copyright notice below. 9 9 * 10 10 * This program is free software; you can redistribute it and/or modify it
+1 -1
crypto/sha256_generic.c
··· 2 2 * Cryptographic API. 3 3 * 4 4 * SHA-256, as specified in 5 - * http://csrc.nist.gov/cryptval/shs/sha256-384-512.pdf 5 + * http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf 6 6 * 7 7 * SHA-256 code by Jean-Luc Cooke <jlcooke@certainkey.com>. 8 8 *