diff options
| author | Fred Drake <fdrake@acm.org> | 2001-09-11 16:59:42 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-09-11 16:59:42 +0000 |
| commit | 1c66f8965aba1be22e9b8e26babf66046c908edc (patch) | |
| tree | 015368f0e35a458b7198022a85fc0cf3e3d51950 | |
| parent | aae8da18fd43ea8048d3ea161d85e40677d18269 (diff) | |
| download | cpython-git-1c66f8965aba1be22e9b8e26babf66046c908edc.tar.gz | |
Added entry for the hmac module.
| -rw-r--r-- | Doc/Makefile.deps | 1 | ||||
| -rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index ca658f7b5c..280e391c74 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -138,6 +138,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libmd5.tex \ lib/libsha.tex \ lib/libmpz.tex \ + lib/libhmac.tex \ lib/librotor.tex \ lib/libstdwin.tex \ lib/libsgi.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2ec998a3fa..31f1cf700f 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} |
