Fixed unterminated B tag, causing build to fail with newer pod2man versions
This commit is contained in:
parent
4f7236edc7
commit
5757766550
@ -84,7 +84,7 @@ check will be suppressed as appropriate when DANE support is added
|
|||||||
to OpenSSL.
|
to OpenSSL.
|
||||||
|
|
||||||
X509_VERIFY_PARAM_set1_email() sets the expected RFC822 email address to
|
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
|
B<emaillen> must be set to the length of B<email>. When an email address
|
||||||
is specified, certificate verification automatically invokes
|
is specified, certificate verification automatically invokes
|
||||||
L<X509_check_email(3)>.
|
L<X509_check_email(3)>.
|
||||||
|
Loading…
Reference in New Issue
Block a user