From: Matt Caswell Date: Wed, 21 May 2014 23:00:23 +0000 (+0100) Subject: Fixed unterminated B tag, causing build to fail with newer pod2man versions X-Git-Tag: master-post-reformat~791 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df24f29ae6d14a564c76fed10ac32701128c3f36;p=oweals%2Fopenssl.git Fixed unterminated B tag, causing build to fail with newer pod2man versions --- diff --git a/doc/crypto/X509_VERIFY_PARAM_set_flags.pod b/doc/crypto/X509_VERIFY_PARAM_set_flags.pod index 1059d4ff84..29f48bd978 100644 --- 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. If B may be zero, otherwise +B. If B is NUL-terminated, B may be zero, otherwise B must be set to the length of B. When an email address is specified, certificate verification automatically invokes L.