diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index d8ba9f26b11..b75e0de14ba 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1287,72 +1287,6 @@ gen_random_uuid() returns uuid
ciphertexts of a given size.
-
-
- Useful Reading
-
-
-
-
- The GNU Privacy Handbook.
-
-
-
- Describes the crypt-blowfish algorithm.
-
-
-
-
-
- How to choose a good password.
-
-
-
- Interesting idea for picking passwords.
-
-
-
-
-
- Describes good and bad cryptography.
-
-
-
-
-
- Technical References
-
-
-
-
- OpenPGP message format.
-
-
-
- The MD5 Message-Digest Algorithm.
-
-
-
- HMAC: Keyed-Hashing for Message Authentication.
-
-
-
-
-
- Comparison of crypt-des, crypt-md5 and bcrypt algorithms.
-
-
-
-
-
- Description of Fortuna CSPRNG.
-
-
-
- Jean-Luc Cooke Fortuna-based /dev/random driver for Linux.
-
-
-