summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBeat Bolli <dev@drbeat.li>2020-05-07 14:19:22 +0200
committerBenjamin Kaduk <kaduk@mit.edu>2020-05-10 09:51:08 -0700
commit3f2a8d971a44b9aac30a5725ae44cfcb1d4156f1 (patch)
tree7a2f570a88e8b3f9dbb5e71b2e4098ab6af1ddee /doc
parent582311d7b469b4f57a29e9c3965c4d1eb4b477d4 (diff)
doc: fix two invalid <B> tags
Signed-off-by: Beat Bolli <dev@drbeat.li> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/11759)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-cms.pod.in2
-rw-r--r--doc/man3/EVP_DigestInit.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in
index 15dd7799cb..4fbb7c0e16 100644
--- a/doc/man1/openssl-cms.pod.in
+++ b/doc/man1/openssl-cms.pod.in
@@ -107,7 +107,7 @@ Print out a usage message.
Encrypt mail for the given recipient certificates. Input file is the message
to be encrypted. The output file is the encrypted mail in MIME format. The
-actual CMS type is <B>EnvelopedData<B>.
+actual CMS type is B<EnvelopedData>.
Note that no revocation check is done for the recipient cert, so if that
key has been compromised, others may be able to decrypt the text.
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 6c0f136b1c..370b685bf8 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -226,7 +226,7 @@ EVP_DigestInit_ex() can be called to initialize a new digest operation.
=item EVP_DigestFinalXOF()
Interfaces to extendable-output functions, XOFs, such as SHAKE128 and SHAKE256.
-It retrieves the digest value from I<ctx> and places it in I<len>-sized <B>md.
+It retrieves the digest value from I<ctx> and places it in I<len>-sized I<md>.
After calling this function no additional calls to EVP_DigestUpdate() can be
made, but EVP_DigestInit_ex() can be called to initialize a new operation.