summaryrefslogtreecommitdiffstats
path: root/doc/man7/Ed25519.pod
diff options
context:
space:
mode:
authorparasssh <parasssh@gmail.com>2018-08-22 22:42:11 -0700
committerparasssh <parasssh@gmail.com>2018-08-22 22:42:11 -0700
commitfa332bba919d094c1654bbb3be0528b3df6e9023 (patch)
tree3b92e787e55fe2ba3bce9345c2b5c062079605e6 /doc/man7/Ed25519.pod
parentea5def1478cd9aef607acac0ce2288cfac53782b (diff)
Fix typos in documentation.
CLA: trivial Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7038)
Diffstat (limited to 'doc/man7/Ed25519.pod')
-rw-r--r--doc/man7/Ed25519.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 466e543c16..7ed5cf0b55 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -25,7 +25,7 @@ The message to sign or verify must be passed using the one-shot
EVP_DigestSign() and EVP_DigestVerify() functions.
When calling EVP_DigestSignInit() or EVP_DigestVerifyInit(), the
-digest parameter B<MUST> be set to B<NULL>.
+digest B<type> parameter B<MUST> be set to B<NULL>.
Applications wishing to sign certificates (or other structures such as
CRLs or certificate requests) using Ed25519 or Ed448 can either use X509_sign()