From df24f29ae6d14a564c76fed10ac32701128c3f36 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 22 May 2014 00:00:23 +0100 Subject: [PATCH] Fixed unterminated B tag, causing build to fail with newer pod2man versions --- doc/crypto/X509_VERIFY_PARAM_set_flags.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1