diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 43fb8dbe666..0d5c0e0b45b 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1220,72 +1220,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.
-
-
-