projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89c9a0
)
Refactoring BIO: small test correction
author
Richard Levitte
<levitte@openssl.org>
Wed, 3 Feb 2016 20:43:43 +0000
(21:43 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 3 Feb 2016 21:15:45 +0000
(22:15 +0100)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
util/TLSProxy/Proxy.pm
patch
|
blob
|
history
diff --git
a/util/TLSProxy/Proxy.pm
b/util/TLSProxy/Proxy.pm
index 70824865612a2c30d776eab1b6be69ed98f611ae..dab3d34357f7ebd9c646fe644dcd3797efaf44c2 100644
(file)
--- 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,