Updated pointers to Andrew Kuchlings fine software.
diff --git a/Doc/libcrypto.tex b/Doc/libcrypto.tex
index cc38e5b..d984b90 100644
--- a/Doc/libcrypto.tex
+++ b/Doc/libcrypto.tex
@@ -18,13 +18,14 @@
 
 \end{description}
 
-Hardcore cypherpunks will probably find the Python Cryptography Kit of
-further interest; the package adds built-in modules for DES and IDEA
-encryption, and provides a Python module for reading and decrypting
-PGP files.  The Python Cryptography Kit is not distributed with Python
-but available separately.  See the URL
-\file{http://www.cs.mcgill.ca/\%7Efnord/crypt.html} for more information.
+Hardcore cypherpunks will probably find the cryptographic modules
+written by Andrew Kuchling of further interest; the package adds
+built-in modules for DES and IDEA encryption, provides a Python module
+for reading and decrypting PGP files, and then some.  These modules
+are not distributed with Python but available separately.  See the URL
+\file{http://amarok.magnet.com/python/pct.html} or send email to
+\file{amk@magnet.com} for more information.
 \index{PGP}
 \indexii{DES}{cipher}
 \indexii{IDEA}{cipher}
-\index{Python Cryptography Kit}
+\index{cryptography}