Skip to content

Commit

Permalink
Fixed unterminated B tag, causing build to fail with newer pod2man ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
mattcaswell committed May 21, 2014
1 parent 12f1b3e commit df24f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crypto/X509_VERIFY_PARAM_set_flags.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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)>.
Expand Down

0 comments on commit df24f29

Please sign in to comment.