projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f1b3e
)
Fixed unterminated B tag, causing build to fail with newer pod2man versions
author
Matt Caswell
<matt@openssl.org>
Wed, 21 May 2014 23:00:23 +0000
(
00:00
+0100)
committer
Matt Caswell
<matt@openssl.org>
Wed, 21 May 2014 23:00:23 +0000
(
00:00
+0100)
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
b/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
index 1059d4ff84fee2aba4dffeb11202c5e08e8b995f..29f48bd97878db2cfe85c447f99a8273de38d395 100644
(file)
--- a/
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
+++ b/
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
@@
-84,7
+84,7
@@
check will be suppressed as appropriate when DANE support is added
to OpenSSL.
X509_VERIFY_PARAM_set1_email() sets the expected RFC822 email address to
-B<email>. If B<email is NUL-terminated, B<emaillen> may be zero, otherwise
+B<email>. If B<email
>
is NUL-terminated, B<emaillen> may be zero, otherwise
B<emaillen> must be set to the length of B<email>. When an email address
is specified, certificate verification automatically invokes
L<X509_check_email(3)>.