summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-12-08 15:34:16 +0000
committerWerner Koch <wk@gnupg.org>2005-12-08 15:34:16 +0000
commit03a62ef1405ec18f49996e3a3996694d731030d5 (patch)
treedd1a5e95840360cb093b3f5df85939a014bcf1d1 /doc
parent381e148a458466b8e11f92b6de13dd4796e33ba2 (diff)
downloadlibgcrypt-03a62ef1405ec18f49996e3a3996694d731030d5.tar.gz
Assorted changeds
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 856e2ad3..e194bd42 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -1763,7 +1763,7 @@ this is the hashed data is highly confidential.
Turn the algorithm into a HMAC message authentication algorithm. This
does only work if just one algorithm is enabled for the handle and
SHA-384 and SHA512 is not used. Note that the function
-@code{gcry_md_setkey} must be used set the MAC key. If you want CBC
+@code{gcry_md_setkey} must be used to set the MAC key. If you want CBC
message authentication codes based on a cipher, see @xref{Working with
cipher handles}.