From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 4 Sep 2014 18:11:23 +0000 (-0400)
Subject: doc: Remove dead link
X-Git-Tag: REL9_4_BETA3~62
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffb16cf29fe127b1105310a70d908b7bba88d0ac;p=postgresql

doc: Remove dead link

The link to the NIST web page about DES standards leads to nowhere, and
according to archive.org has been forwarded to an unrelated page for
many years.  Therefore, just remove that link.  More up to date
information can be found via Wikipedia, for example.
---

diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index a1797f8681..544a1f8346 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1299,10 +1299,6 @@ gen_random_uuid() returns uuid
      </para>
      <para>Comparison of crypt-des, crypt-md5 and bcrypt algorithms.</para>
     </listitem>
-    <listitem>
-     <para><ulink url="http://csrc.nist.gov/cryptval/des.htm"></ulink></para>
-     <para>Standards for DES, 3DES and AES.</para>
-    </listitem>
     <listitem>
      <para>
       <ulink url="http://en.wikipedia.org/wiki/Fortuna_(PRNG)"></ulink>