]> granicus.if.org Git - python/commitdiff
Added entry for the hmac module.
authorFred Drake <fdrake@acm.org>
Tue, 11 Sep 2001 16:59:42 +0000 (16:59 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Sep 2001 16:59:42 +0000 (16:59 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index ca658f7b5c9e299a23cf0d496b6825a347989544..280e391c74101a4dc2a5550388f41c616a8ce870 100644 (file)
@@ -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 \
index 2ec998a3fa51744fc896ac824b24ae1037273e23..31f1cf700f885a77cff9c2c80254514fd19bad26 100644 (file)
@@ -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}