[openssl] master update

Dr. Paul Dale pauli at openssl.org
Tue May 28 23:59:47 UTC 2019


The branch master has been updated
       via  ea8d07b155d26abb52574a1c1366b662a27ffbed (commit)
      from  5d2f3e4a6c3e62677cdf3b33d8b9b08ff7d52dc7 (commit)


- Log -----------------------------------------------------------------
commit ea8d07b155d26abb52574a1c1366b662a27ffbed
Author: Iuri Rezende Souza <iuri.ena at gmail.com>
Date:   Tue May 28 00:02:34 2019 -0400

    Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR
    
    CLA: trivial
    
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9021)

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

Summary of changes:
 doc/man3/BIO_connect.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod
index c0edae7..9e0d972 100644
--- a/doc/man3/BIO_connect.pod
+++ b/doc/man3/BIO_connect.pod
@@ -24,7 +24,7 @@ but is present for future use.
 
 BIO_bind() binds the source address and service to a socket and
 may be useful before calling BIO_connect().  The options may include
-B<BIO_SOCK_REUSADDR>, which is described in L</FLAGS> below.
+B<BIO_SOCK_REUSEADDR>, which is described in L</FLAGS> below.
 
 BIO_connect() connects B<sock> to the address and service given by
 B<addr>.  Connection B<options> may be zero or any combination of


More information about the openssl-commits mailing list