[PATCH 2/2] crypto: jitterentropy - fix URL

From: Thorsten Blum

Date: Mon May 04 2026 - 04:33:53 EST


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 <thorsten.blum@xxxxxxxxx>
---
crypto/jitterentropy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/jitterentropy.c b/crypto/jitterentropy.c
index 6ac0257e8e0a..b024bff7024a 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__