[openssl] master update

Matt Caswell matt at openssl.org
Wed Jun 19 12:31:25 UTC 2019


The branch master has been updated
       via  1ff030c0a6f0415577b07366861a41b101e6af92 (commit)
      from  8b7b32921e63c492fa7233d81b11ee4d7ba266de (commit)


- Log -----------------------------------------------------------------
commit 1ff030c0a6f0415577b07366861a41b101e6af92
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Jun 19 13:13:55 2019 +0100

    Fix a doc-nits failure
    
    We need blank lines on each side of a section heading.
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/9192)

-----------------------------------------------------------------------

Summary of changes:
 doc/internal/man3/ossl_init_thread_deregister.pod | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/internal/man3/ossl_init_thread_deregister.pod b/doc/internal/man3/ossl_init_thread_deregister.pod
index 4481d0c..4d4c716 100644
--- a/doc/internal/man3/ossl_init_thread_deregister.pod
+++ b/doc/internal/man3/ossl_init_thread_deregister.pod
@@ -1,10 +1,12 @@
 =pod
 
 =head1 NAME
+
 OSSL_thread_stop_handler_fn,
 ossl_init_thread_start,
 ossl_init_thread_deregister
 - internal thread routines
+
 =head1 SYNOPSIS
 
  #include "internal/cryptlib_int.h"


More information about the openssl-commits mailing list