diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2026-05-04 10:28:51 +0200 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-05-15 18:08:36 +0800 |
| commit | 69e7b807ba7464fe9fd46bc72562cdeabe9a374c (patch) | |
| tree | 6865425354baca8c69bc4c5983eeb162fc93660b /crypto | |
| parent | 650f09718adc327c7dc50f6347580079fdb361f6 (diff) | |
| download | linux-next-history-69e7b807ba7464fe9fd46bc72562cdeabe9a374c.tar.gz | |
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 <thorsten.blum@linux.dev>
Reviewed-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/jitterentropy.c | 4 |
1 files changed, 2 insertions, 2 deletions
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__ |
