[PATCH] gcrypt.texi: fix GCRYCTL_GET_ALGO_NENCR typo
Jussi Kivilinna
jussi.kivilinna at iki.fi
Sun Jan 19 09:26:32 CET 2020
* doc/gcrypt.texi: Fix GCRYCTL_GET_ALGO_NENC to GCRYCTL_GET_ALGO_NENCR.
--
Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>
---
doc/gcrypt.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index d7bfa4c27..091704de1 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.
- at item GCRYCTL_GET_ALGO_NENC
+ at 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.
More information about the Gcrypt-devel
mailing list