From: Thorsten Blum Date: Mon, 4 May 2026 08:28:51 +0000 (+0200) Subject: crypto: jitterentropy - fix URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e7b807ba7464fe9fd46bc72562cdeabe9a374c;p=thirdparty%2Fkernel%2Flinux.git crypto: jitterentropy - fix URL The URL https://www.chronox.de/jent.html resolves to a 404 Not Found. Use https://www.chronox.de/jent/ instead. Signed-off-by: Thorsten Blum Reviewed-by: Stephan Mueller Signed-off-by: Herbert Xu --- diff --git a/crypto/jitterentropy.c b/crypto/jitterentropy.c index 6ac0257e8e0a4..b024bff7024a8 100644 --- a/crypto/jitterentropy.c +++ b/crypto/jitterentropy.c @@ -7,7 +7,7 @@ * Design * ====== * - * See https://www.chronox.de/jent.html + * See https://www.chronox.de/jent/ * * License * ======= @@ -47,7 +47,7 @@ /* * This Jitterentropy RNG is based on the jitterentropy library - * version 3.4.0 provided at https://www.chronox.de/jent.html + * version 3.4.0 provided at https://www.chronox.de/jent/ */ #ifdef __OPTIMIZE__