diff options
| author | Edson Brandi <ebrandi@FreeBSD.org> | 2018-09-06 01:30:47 +0000 |
|---|---|---|
| committer | Edson Brandi <ebrandi@FreeBSD.org> | 2018-09-06 01:30:47 +0000 |
| commit | d0799798c6e6aba069b4ba1c5ec68aa54e50af81 (patch) | |
| tree | b30ddbf7e32e113ffb56bbc22f67c3372ee6a5b3 | |
| parent | 0fc6d63fef20e97e8fb3aed6156aabe4dbcd798d (diff) | |
Fix to URL that was pointing to geocities
Geocities was a free web hosting service that was shut down by yahoo in October 2009.
The links has been chnaged to point to the files mirrored at https://web.archive.org
Reviewed by: sevan, gabor
Approved by: gabor
Differential Revision: https://reviews.freebsd.org/D16991
Notes
svn path=/head/; revision=52227
| -rw-r--r-- | en_US.ISO8859-1/articles/ipsec-must/article.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/articles/ipsec-must/article.xml b/en_US.ISO8859-1/articles/ipsec-must/article.xml index 2ce2988dfe..b399832b98 100644 --- a/en_US.ISO8859-1/articles/ipsec-must/article.xml +++ b/en_US.ISO8859-1/articles/ipsec-must/article.xml @@ -70,7 +70,7 @@ <title>MUST</title> <para>Ueli Maurer's <quote>Universal Statistical Test for Random - Bit Generators</quote>(<link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/universal.pdf"> + Bit Generators</quote>(<link xlink:href="https://web.archive.org/web/20011115002319/http://www.geocities.com/SiliconValley/Code/4704/universal.pdf"> <acronym>MUST</acronym></link>) quickly measures the entropy of a sample. It uses a compression-like algorithm. <link linkend="code">The code is given below</link> for a variant which measures successive (~quarter megabyte) chunks of a @@ -199,7 +199,7 @@ Expected value for L=8 is 7.1836656 <title>Maurer's Universal Statistical Test (for block size=8 bits)</title> - <para>You can find the same code at <link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/uliscanc.txt"> + <para>You can find the same code at <link xlink:href="https://web.archive.org/web/20031204230654/http://www.geocities.com:80/SiliconValley/Code/4704/uliscanc.txt"> this link</link>.</para> <programlisting>/* |
