From 1c66f8965aba1be22e9b8e26babf66046c908edc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 11 Sep 2001 16:59:42 +0000 Subject: [PATCH] Added entry for the hmac module. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) 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} -- 2.40.0