summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2020-01-19 08:38:54 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2020-01-19 08:41:48 +0200
commit5ebb2f0671c902863eee91cbcfc85a72be506410 (patch)
tree440af9ecd0c25d1aa9aed374a22b986f3e90b6be /doc
parent7e3aac7ba49b3b6e6c5ebe7c880b5b323c423ef7 (diff)
downloadlibgcrypt-5ebb2f0671c902863eee91cbcfc85a72be506410.tar.gz
gcrypt.texi: fix GCRYCTL_GET_ALGO_NENCR typo
* doc/gcrypt.texi: Fix GCRYCTL_GET_ALGO_NENC to GCRYCTL_GET_ALGO_NENCR. -- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
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 d7bfa4c2..091704de 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2824,7 +2824,7 @@ Return the number of elements a signature created with the algorithm
@var{algo} consists of. Return 0 for an unknown algorithm or for an
algorithm not capable of creating signatures.
-@item GCRYCTL_GET_ALGO_NENC
+@item GCRYCTL_GET_ALGO_NENCR
Return the number of elements a encrypted message created with the algorithm
@var{algo} consists of. Return 0 for an unknown algorithm or for an
algorithm not capable of encryption.