summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-11 16:59:42 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-11 16:59:42 (GMT)
commit1c66f8965aba1be22e9b8e26babf66046c908edc (patch)
tree015368f0e35a458b7198022a85fc0cf3e3d51950 /Doc/lib/lib.tex
parentaae8da18fd43ea8048d3ea161d85e40677d18269 (diff)
downloadcpython-1c66f8965aba1be22e9b8e26babf66046c908edc.zip
cpython-1c66f8965aba1be22e9b8e26babf66046c908edc.tar.gz
cpython-1c66f8965aba1be22e9b8e26babf66046c908edc.tar.bz2
Added entry for the hmac module.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 2ec998a..31f1cf7 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -261,6 +261,7 @@ and how to embed it in other applications.
\input{libsndhdr}
\input{libcrypto} % Cryptographic Services
+\input{libhmac}
\input{libmd5}
\input{libsha}
\input{libmpz}