From: Fred Drake Date: Tue, 11 Sep 2001 16:59:42 +0000 (+0000) Subject: Added entry for the hmac module. X-Git-Tag: v2.2.1c1~1844 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c66f8965aba1be22e9b8e26babf66046c908edc;p=thirdparty%2FPython%2Fcpython.git Added entry for the hmac module. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index ca658f7b5c9e..280e391c7410 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 2ec998a3fa51..31f1cf700f88 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}