Signed-off-by: Chris Rorvick <[email protected]> --- Compiling SSL_CONF_cmd.pod with pod2man(1) fails with the following error:
POD document had syntax errors at /usr/bin/pod2man line 69. This patch fixes the issue. Chris Rorvick doc/ssl/SSL_CONF_cmd.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index bbda10a..552d4a8 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -332,6 +332,8 @@ The value is a file name. The value is a directory name. +=back + =head1 NOTES The order of operations is significant. This can be used to set either defaults -- 1.8.3.450.gf3f2a46 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
