[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Feb 3 21:15:47 UTC 2016


The branch master has been updated
       via  b7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688 (commit)
      from  a89c9a0d855bce735116acfe147b24e386f566ba (commit)


- Log -----------------------------------------------------------------
commit b7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Feb 3 21:43:43 2016 +0100

    Refactoring BIO: small test correction
    
    Reviewed-by: Viktor Dukhovni <viktor at openssl.org>

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

Summary of changes:
 util/TLSProxy/Proxy.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/TLSProxy/Proxy.pm b/util/TLSProxy/Proxy.pm
index 7082486..dab3d34 100644
--- a/util/TLSProxy/Proxy.pm
+++ b/util/TLSProxy/Proxy.pm
@@ -209,7 +209,7 @@ sub clientstart
     }
 
     # Create the Proxy socket
-    my $proxaddr = $self->server_addr;
+    my $proxaddr = $self->proxy_addr;
     $proxaddr =~ s/[\[\]]//g; # Remove [ and ]
     my $proxy_sock = $IP_factory->(
         LocalHost   => $proxaddr,


More information about the openssl-commits mailing list